[SCM] Debian packaging of libclass-std-perl branch, master, updated. dab4c1b98576cd34b953e8abd578ea455ffc5c38

gregor herrmann gregoa at debian.org
Sat May 25 18:21:37 UTC 2013


The following commit has been merged in the master branch:
commit 0d79892801bcb0ea0fce067e8e14e7687a22fb5a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 20:15:37 2013 +0200

    Add patch to fix POD issue.
    
    Closes: #709765

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..bb9f118
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,19 @@
+Description: add =encoding, some POD tools are more picky now
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78196
+Bug-Debian: http://bugs.debian.org/709765
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78196
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-25
+
+--- a/lib/Class/Std.pm
++++ b/lib/Class/Std.pm
+@@ -613,6 +613,8 @@
+ 1; # Magic true value required at end of module
+ __END__
+ 
++=encoding ISO-8859-1
++
+ =head1 NAME
+ 
+ Class::Std - Support for creating standard "inside-out" classes
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-std-perl



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