[libauthen-captcha-perl] 08/10: Add patch that adds encoding directive to POD.

gregor herrmann gregoa at debian.org
Wed Mar 12 18:33:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libauthen-captcha-perl.

commit dd8af9766104f186974fe1abe49cd396263f6f9f
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Mar 12 19:31:05 2014 +0100

    Add patch that adds encoding directive to POD.
---
 debian/patches/pod-encoding.patch | 19 +++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..93390c5
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: add encoding directive to POD
+ to avoid POD error caused by non-ascii character
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93798
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93798
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-03-12
+
+--- a/Captcha.pm
++++ b/Captcha.pm
+@@ -547,6 +547,8 @@
+ __END__
+ # Below is stub documentation for your module. You'd better edit it!
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Authen::Captcha - Perl extension for creating captcha's to verify the human element in transactions.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5766d01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-encoding.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-captcha-perl.git



More information about the Pkg-perl-cvs-commits mailing list