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

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Jul 3 12:52:30 UTC 2011


Author: carnil
Date: Sun Jul  3 12:52:28 2011
New Revision: 77005

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77005
Log:
releasing version 0.25-1

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

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=77005&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Sun Jul  3 12:52:28 2011
@@ -1,4 +1,4 @@
-libhttp-proxy-perl (0.25-1) UNRELEASED; urgency=low
+libhttp-proxy-perl (0.25-1) unstable; urgency=low
 
   * Team upload.
   * New upstream release
@@ -8,7 +8,7 @@
     - Update pod_coverage.patch to exclude too 'worker' subroutine.
   * debian/control: Move perl from Build-Depends-Indep to Build-Depends.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 03 Jul 2011 14:41:18 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 03 Jul 2011 14:48:53 +0200
 
 libhttp-proxy-perl (0.24-3) unstable; urgency=low
 

Modified: 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=77005&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch (original)
+++ trunk/libhttp-proxy-perl/debian/patches/pod_coverage.patch Sun Jul  3 12:52:28 2011
@@ -14,4 +14,4 @@
  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$/ qr/^worker$/ ] });
++all_pod_coverage_ok({ also_private => [ qr/^(ERROR|worker)$/ ] });




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