[libtest-bdd-cucumber-perl] 05/06: Add a patch to fix POD error.

gregor herrmann gregoa at debian.org
Sat Jun 7 12:04:53 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit d2746807da0ffe77b3da49afda9bfc31bfb8cf54
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 7 14:03:04 2014 +0200

    Add a patch to fix POD error.
---
 debian/patches/pod.patch | 20 ++++++++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..6c31299
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,20 @@
+Description: add encoding directive
+ otherwise we get a POD ERROR:
+       Around line 29:
+           Non-ASCII character seen before =encoding in 'Hellesoy'. Assuming UTF-8
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=96305
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96305
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-06-07
+
+--- a/lib/Test/BDD/Cucumber/I18N/Data.pm
++++ b/lib/Test/BDD/Cucumber/I18N/Data.pm
+@@ -5,6 +5,7 @@
+ 
+ use JSON::MaybeXS qw/decode_json/;
+ 
++=encoding UTF-8
+ 
+ =head1 NAME
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



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