]> git.imager.perl.org - imager.git/commitdiff
Imager::Files isn't a C<use>able module, make that more obvious by
authorTony Cook <tony@develop=help.com>
Thu, 2 Jul 2009 09:30:45 +0000 (09:30 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 2 Jul 2009 09:30:45 +0000 (09:30 +0000)
adding C< use Imager; > to the synopsis

lib/Imager/Files.pod

index 45a68a85ffad68b59056dd0eef3ab84fc3b5f88a..669df005d5eeff8650e05a710e7bd3462ae1bf0f 100644 (file)
@@ -4,6 +4,7 @@ Imager::Files - working with image files
 
 =head1 SYNOPSIS
 
+  use Imager;
   my $img = ...;
   $img->write(file=>$filename, type=>$type)
     or die "Cannot write: ",$img->errstr;