From: Tony Cook Date: Tue, 19 Feb 2013 06:26:58 +0000 (+1100) Subject: [rt #83434] fix a POD list mixing named and bulleted items X-Git-Tag: v0.94_01~26 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/183e3e003cbb64e4d53a13dead2e14ee7344f8dc [rt #83434] fix a POD list mixing named and bulleted items --- diff --git a/lib/Imager/Fill.pm b/lib/Imager/Fill.pm index 2997853d..fcd40624 100644 --- a/lib/Imager/Fill.pm +++ b/lib/Imager/Fill.pm @@ -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 - 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.