projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500888d
)
Imager::Files isn't a C<use>able module, make that more obvious by
author
Tony Cook
<tony@develop=help.com>
Thu, 2 Jul 2009 09:30:45 +0000
(09:30 +0000)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Imager/Files.pod
b/lib/Imager/Files.pod
index 45a68a85ffad68b59056dd0eef3ab84fc3b5f88a..669df005d5eeff8650e05a710e7bd3462ae1bf0f 100644
(file)
--- a/
lib/Imager/Files.pod
+++ b/
lib/Imager/Files.pod
@@
-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;