r73978 - in /trunk/libhttp-proxy-perl/debian: changelog patches/pod_coverage.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 4 17:55:20 UTC 2011


Author: gregoa
Date: Wed May  4 17:55:03 2011
New Revision: 73978

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73978
Log:
Add a patch to work around a failure in the pod-coverage test under perl
5.12 (closes: #578940).

Added:
    trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch
Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/patches/series

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=73978&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Wed May  4 17:55:03 2011
@@ -1,3 +1,10 @@
+libhttp-proxy-perl (0.24-3) UNRELEASED; urgency=low
+
+  * Add a patch to work around a failure in the pod-coverage test under perl
+    5.12 (closes: #578940).
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 04 May 2011 19:51:25 +0200
+
 libhttp-proxy-perl (0.24-2) unstable; urgency=low
 
   [ Tim Retout ]

Added: trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch?rev=73978&op=file
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch (added)
+++ trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch Wed May  4 17:55:03 2011
@@ -1,0 +1,16 @@
+Description: pod-coverage tests fails under perl 5.12
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=56259
+Bug-Debian: http://bugs.debian.org/578940
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-05-04
+
+--- a/t/02pod-coverage.t
++++ b/t/02pod-coverage.t
+@@ -3,4 +3,4 @@
+ use Test::More;
+ eval "use Test::Pod::Coverage 1.04";
+ plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+-all_pod_coverage_ok();
++all_pod_coverage_ok({ also_private => [ qr/^ERROR$/ ] });

Modified: trunk/libhttp-proxy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/series?rev=73978&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/series (original)
+++ trunk/libhttp-proxy-perl/debian/patches/series Wed May  4 17:55:03 2011
@@ -1,2 +1,3 @@
 pod_spelling.patch
 hashbang.patch
+pod_coverage.patch




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