r68610 - /trunk/libpoe-perl/debian/patches/honour_no_network_option.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Feb 14 17:02:59 UTC 2011


Author: gregoa
Date: Mon Feb 14 17:02:13 2011
New Revision: 68610

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68610
Log:
adjust message to changed env variable

Modified:
    trunk/libpoe-perl/debian/patches/honour_no_network_option.patch

Modified: trunk/libpoe-perl/debian/patches/honour_no_network_option.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/patches/honour_no_network_option.patch?rev=68610&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/patches/honour_no_network_option.patch (original)
+++ trunk/libpoe-perl/debian/patches/honour_no_network_option.patch Mon Feb 14 17:02:13 2011
@@ -19,12 +19,14 @@
      print "1..0 # skip - HTTP::Request needed to test POE::Filter::HTTPD\n";
 --- a/t/10_units/01_pod/03_pod_no404s.t
 +++ b/t/10_units/01_pod/03_pod_no404s.t
-@@ -11,7 +11,7 @@
+@@ -11,8 +11,8 @@
      plan skip_all => 'Need network access (and permission) for these tests';
    }
  
 -  unless ( $ENV{RELEASE_TESTING} ) {
+-    plan skip_all => 'enable by setting RELEASE_TESTING';
 +  unless ( $ENV{INTERNET_TESTING} ) {
-     plan skip_all => 'enable by setting RELEASE_TESTING';
++    plan skip_all => 'enable by setting INTERNET_TESTING';
    }
  
+   foreach my $req (qw(Test::Pod::No404s)) {




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