]> git.imager.perl.org - imager.git/commitdiff
[rt #83434] fix a POD list mixing named and bulleted items
authorTony Cook <tony@develop-help.com>
Tue, 19 Feb 2013 06:26:58 +0000 (17:26 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 19 Feb 2013 06:26:58 +0000 (17:26 +1100)
lib/Imager/Fill.pm

index 2997853df8f8565eb7675b985694d210ac938e6c..fcd406242d2dfda84c198d7e35c7a732fa818241 100644 (file)
@@ -269,11 +269,12 @@ Creates a hatched fill.  You can specify the following keywords:
 
 =over
 
-=item hatch
+=item *
 
-The type of hatch to perform, this can either be the numeric index of
-the hatch (not recommended), the symbolic name of the hatch, or an
-array of 8 integers which specify the pattern of the hatch.
+C<hatch> - The type of hatch to perform, this can either be the
+numeric index of the hatch (not recommended), the symbolic name of the
+hatch, or an array of 8 integers which specify the pattern of the
+hatch.
 
 Hatches are represented as cells 8x8 arrays of bits, which limits their
 complexity.