[SCM] Debian packaging of libclass-unload-perl branch, master, updated. 1a9ec6b4f9350f9a8e0c8df2f1606aa4ee8ba09e

gregor herrmann gregoa at debian.org
Sun May 26 14:07:38 UTC 2013


The following commit has been merged in the master branch:
commit b813009307d3c97cfd7250fe3423081c49099fb7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 16:03:46 2013 +0200

    Add a patch to fix the POD error in Perl 5.18.

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..fd9ebfc
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,20 @@
+Description: add =encoding
+ Fixes a POD ERROR with perl 5.18
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/709766
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85625
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85625
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-26
+
+--- a/lib/Class/Unload.pm
++++ b/lib/Class/Unload.pm
+@@ -38,6 +38,8 @@
+ __END__
+ =pod
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Class::Unload - Unload a class
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

-- 
Debian packaging of libclass-unload-perl



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