r11003 - /trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Dec 7 08:33:37 UTC 2007


Author: dmn
Date: Fri Dec  7 08:33:37 2007
New Revision: 11003

URL: http://svn.debian.org/wsvn/?sc=1&rev=11003
Log:
Add forgotten test_pod_coverage_with_separate_env_var.patch. already uploaded with 1.0.4.0-1

Added:
    trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch

Added: trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch
URL: http://svn.debian.org/wsvn/trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch?rev=11003&op=file
==============================================================================
--- trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch (added)
+++ trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch Fri Dec  7 08:33:37 2007
@@ -1,0 +1,12 @@
+Index: libsearch-xapian-perl/t/03podcoverage.t
+===================================================================
+--- libsearch-xapian-perl.orig/t/03podcoverage.t	2007-11-14 16:10:34.000000000 +0200
++++ libsearch-xapian-perl/t/03podcoverage.t	2007-11-14 16:10:48.000000000 +0200
+@@ -2,6 +2,6 @@
+ 
+ eval "use Test::Pod::Coverage 1.04";
+ plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
+-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
++plan skip_all => 'set TEST_POD_COVERAGE to enable this test' unless $ENV{TEST_POD_COVERAGE};
+ 
+ all_pod_coverage_ok({also_private => [qr/[^\d][0123]$/]});




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