[SCM] Debian packaging of libuniversal-can-perl branch, master, updated. 21fe2214e44cc938200277d26eb1cf00c8968bb3

gregor herrmann gregoa at debian.org
Sat Jun 8 17:04:05 UTC 2013


The following commit has been merged in the master branch:
commit e1acfb33e88df375dac1625fc2deeba43cdbcf72
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 19:00:37 2013 +0200

    Add a patch to fix POD encoding.

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..e7aa11a
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add missing encoding, Pod::Simple got more strict
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85993
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85993
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/lib/UNIVERSAL/can.pm
++++ b/lib/UNIVERSAL/can.pm
+@@ -78,6 +78,8 @@
+ 1;
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ UNIVERSAL::can - work around buggy code calling UNIVERSAL::can() as a function
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 libuniversal-can-perl



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