File: fix-pod.patch

package info (click to toggle)
libcgi-uploader-perl 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 272 kB
  • ctags: 135
  • sloc: perl: 1,456; sql: 52; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
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: