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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Description: Add back whatis entries to POD
which somehow got lost in the switch to dzil.
Origin: vendor
Forwarded: no, doesn't apply to upstream git.
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-12-26
--- a/lib/GD/SecurityImage.pm
+++ b/lib/GD/SecurityImage.pm
@@ -414,7 +414,7 @@
=head1 NAME
-GD::SecurityImage
+GD::SecurityImage - Security image (captcha) generator.
=head1 VERSION
--- a/lib/GD/SecurityImage/GD.pm
+++ b/lib/GD/SecurityImage/GD.pm
@@ -393,7 +393,7 @@
=head1 NAME
-GD::SecurityImage::GD
+GD::SecurityImage::GD - GD backend for GD::SecurityImage.
=head1 VERSION
--- a/lib/GD/SecurityImage/Magick.pm
+++ b/lib/GD/SecurityImage/Magick.pm
@@ -213,7 +213,7 @@
=head1 NAME
-GD::SecurityImage::Magick
+GD::SecurityImage::Magick - Image::Magick backend for GD::SecurityImage.
=head1 VERSION
--- a/lib/GD/SecurityImage/Styles.pm
+++ b/lib/GD/SecurityImage/Styles.pm
@@ -102,7 +102,7 @@
=head1 NAME
-GD::SecurityImage::Styles
+GD::SecurityImage::Styles - Drawing styles for GD::SecurityImage.
=head1 VERSION
|