]> git.imager.perl.org - imager.git/commitdiff
- fix POD nits
authorTony Cook <tony@develop=help.com>
Tue, 24 Nov 2009 08:04:29 +0000 (08:04 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 24 Nov 2009 08:04:29 +0000 (08:04 +0000)
   https://rt.cpan.org/Ticket/Display.html?id=51874

Changes
lib/Imager/Draw.pod
lib/Imager/Font.pm
lib/Imager/Transformations.pod

diff --git a/Changes b/Changes
index c9bdfbe1d658902a9a807f7dab4fdf81946f20e9..ebb0e267fb43128493ff474cdc41b03225b5eb24 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,9 @@ Bug fixes:
    8-bit sample operations.
    https://rt.cpan.org/Ticket/Display.html?id=39280
 
    8-bit sample operations.
    https://rt.cpan.org/Ticket/Display.html?id=39280
 
+ - fix POD nits
+   https://rt.cpan.org/Ticket/Display.html?id=51874
+
 Imager 0.71 - 16 Nov 2009
 ===========
 
 Imager 0.71 - 16 Nov 2009
 ===========
 
index 60ac552e86de837b618994f8baa4736c260dca80..c41f9c4aab9106b1f94300795f8c7c3b579abcbe 100644 (file)
@@ -927,7 +927,7 @@ As of Imager 0.61 this can be C<16bit> only for 16 bit images.
 =item *
 
 channels - a reference to an array of channels to return, where 0 is
 =item *
 
 channels - a reference to an array of channels to return, where 0 is
-the first channel.  Default: C< [ 0 .. $self->getchannels()-1 ] >
+the first channel.  Default: C<< [ 0 .. $self->getchannels()-1 ] >>
 
 =item *
 
 
 =item *
 
@@ -1013,7 +1013,7 @@ As of Imager 0.61 this can only be C<16bit> only for 16 bit images.
 =item *
 
 channels - a reference to an array of channels to return, where 0 is
 =item *
 
 channels - a reference to an array of channels to return, where 0 is
-the first channel.  Default: C< [ 0 .. $self->getchannels()-1 ] >
+the first channel.  Default: C<< [ 0 .. $self->getchannels()-1 ] >>
 
 =item *
 
 
 =item *
 
index 7c367e3bacb9e7a5b0767e63fcca92b4010e7121..8ae571e5a7754a8b4570aaa17e2258d92ea3a19a 100644 (file)
@@ -412,7 +412,7 @@ file containing more than one face, for example, from a Macintosh font
 suitcase or a .dfont file.
 
 If any of the C<color>, C<size> or C<aa> parameters are omitted when
 suitcase or a .dfont file.
 
 If any of the C<color>, C<size> or C<aa> parameters are omitted when
-calling C<Imager::Font->new()> the they take the following values:
+calling C<< Imager::Font->new() >> the they take the following values:
 
   color => Imager::Color->new(255, 0, 0, 0);  # this default should be changed
   size  => 15
 
   color => Imager::Color->new(255, 0, 0, 0);  # this default should be changed
   size  => 15
index d351fd9339d51c0f5361c580a7332680cd786abf..9ceca43665e72ad186d587234b7f3dc4939faf9f 100644 (file)
@@ -570,7 +570,7 @@ If the source image has an alpha channel and the target doesn't, then
 the source is treated as if composed onto a black background.
 
 If the source image is color and the target is grayscale, the the
 the source is treated as if composed onto a black background.
 
 If the source image is color and the target is grayscale, the the
-source is treated as if run through C< convert(preset=>'gray') >.
+source is treated as if run through C<< convert(preset=>'gray') >>.
 
 =item rubthrough
 
 
 =item rubthrough