]> git.imager.perl.org - imager.git/commitdiff
fixed a type
authorTony Cook <tony@develop=help.com>
Mon, 29 Oct 2007 11:16:03 +0000 (11:16 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 29 Oct 2007 11:16:03 +0000 (11:16 +0000)
lib/Imager/Fill.pm

index a7c3945f212d8b82fb2862792986387f51b5d0bf..0258189bedff771e9168b18d9feb42a8837dadc7 100644 (file)
@@ -178,7 +178,7 @@ All fills are created with the new method.
 
 =item new
 
-  my $fill = Imager::Fill=>new(...);
+  my $fill = Imager::Fill->new(...);
 
 The parameters depend on the type of fill being created.  See below
 for details.