1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Author: gregor herrmann <gregoa@debian.org>
Description: add missing NAME and fix heads
--- a/lib/CGI/Uploader/Transform/ImageMagick.pm
+++ b/lib/CGI/Uploader/Transform/ImageMagick.pm
@@ -10,6 +10,12 @@
@EXPORT = qw(&gen_thumb);
+=head1 NAME
+
+CGI::Uploader::Transform::ImageMagick - generate thumbnails with ImageMagick
+
+=head1 METHODS
+
=head2 gen_thumb()
use CGI::Uploader::Transform::ImageMagick;
@@ -184,7 +190,7 @@
return eval "require $module_name";
}
-=head2 BACKWARDS COMPATIBILITY
+=head1 BACKWARDS COMPATIBILITY
These older, more awkward syntaxes are still supported:
|