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

dmn pushed a commit to branch master
in repository libcatalyst-plugin-unicode-perl.

commit 5ece956e1e152a9c6fb9c97bc976af5c1693fbfd
Author: Damyan Ivanov <d...@debian.org>
Date:   Tue May 13 20:29:47 2014 +0000

    add patch declaring POD encoding, fixing a POD error
---
 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..eaecdbd
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: missing =encoding UTF-8 in POD
+ causes complains from pod2man in stricter error modes due to accented e
+ character
+Author: Damyan Ivanov <d...@debian.org>
+Forwarded: not-needed
+X-Comment the module is deprecated upsteram, so a cosmetic fix makes little
+ sense to forward
+
+--- a/lib/Catalyst/Plugin/Unicode.pm
++++ b/lib/Catalyst/Plugin/Unicode.pm
+@@ -35,6 +35,8 @@ sub prepare_parameters {
+ 
+ __END__
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style)
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/libcatalyst-plugin-unicode-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to