File: fix-pod.patch

package info (click to toggle)
libcgi-uploader-perl 2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 140
  • sloc: perl: 1,456; sql: 52; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 629 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
@@ -8,6 +8,12 @@
 our $VERSION = 2.18;
 our @EXPORT = qw(&gen_thumb);
 
+=head1 NAME
+
+CGI::Uploader::Transform::ImageMagick - generate thumbnails with ImageMagick
+
+=head1 METHODS
+
 =head2 gen_thumb()
 
   use CGI::Uploader::Transform::ImageMagick;
@@ -182,7 +188,7 @@
     return eval "require $module_name";
 }
 
-=head2 BACKWARDS COMPATIBILITY
+=head1 BACKWARDS COMPATIBILITY
 
 These older, more awkward syntaxes are still supported: