[SCM] Debian packaging of String-ToIdentifier-EN CPAN distribution branch, master, updated. debian/0.07-1-14-gc3053d0
gregor herrmann
gregoa at debian.org
Sat Jun 8 12:54:01 UTC 2013
The following commit has been merged in the master branch:
commit 9daebc2c7267336eccd755a85d825bceaff7e1f6
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 8 14:52:04 2013 +0200
Add a patch to fix a POD issue with newer Pod::Simple.
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..3b5bbcb
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add =encoding to make newer Pod::Simple happy
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85981
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85981
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/lib/String/ToIdentifier/EN/Unicode.pm
++++ b/lib/String/ToIdentifier/EN/Unicode.pm
+@@ -5,6 +5,8 @@
+ use base 'String::ToIdentifier::EN';
+ use Exporter 'import';
+
++=encoding utf8
++
+ =head1 NAME
+
+ String::ToIdentifier::EN::Unicode - Convert Strings to Unicode English Program
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
--
Debian packaging of String-ToIdentifier-EN CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list