SOURCES: perl-POE-no_network_tests_by_default.patch - updated
arekm
arekm at pld-linux.org
Mon Mar 12 13:13:55 CET 2007
Author: arekm Date: Mon Mar 12 12:13:55 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
perl-POE-no_network_tests_by_default.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/perl-POE-no_network_tests_by_default.patch
diff -u SOURCES/perl-POE-no_network_tests_by_default.patch:1.2 SOURCES/perl-POE-no_network_tests_by_default.patch:1.3
--- SOURCES/perl-POE-no_network_tests_by_default.patch:1.2 Sat Oct 28 09:55:44 2006
+++ SOURCES/perl-POE-no_network_tests_by_default.patch Mon Mar 12 13:13:49 2007
@@ -1,14 +1,13 @@
---- POE-0.38/Makefile.PL~ 2006-10-27 22:58:42.000000000 +0200
-+++ POE-0.38/Makefile.PL 2006-10-27 22:58:42.000000000 +0200
-@@ -49,12 +49,12 @@
+--- Makefile.PL.org 2007-03-12 13:04:43.242992000 +0100
++++ Makefile.PL 2007-03-12 13:05:16.022992000 +0100
+@@ -42,12 +42,12 @@
- $prompt .= "(Any text other than Y or y will be taken as a no)";
+ Would you like to skip the network tests?|;
-my $ret = "n";
+my $ret = "y";
if (grep /^--default$/, @ARGV) {
-- print $prompt, " [n] n\n\n";
-+ print $prompt, " [y] y\n\n";
+ print $prompt, " [n] n\n\n";
}
else {
- $ret = prompt($prompt, "n");
@@ -16,29 +15,3 @@
}
my $marker = 'run_network_tests';
---- POE-0.38/tests/90_regression/cfedde-filter-httpd.t~ 2006-10-28 09:02:21.000000000 +0200
-+++ POE-0.38/tests/90_regression/cfedde-filter-httpd.t 2006-10-28 09:02:21.000000000 +0200
-@@ -11,6 +11,10 @@
- print "1..0 # skip - HTTP::Request needed to test POE::Filter::HTTPD\n";
- exit;
- }
-+ unless (-f 'run_network_tests') {
-+ print "1..0 # skip - Network access (and permission) required to run this test\n";
-+ exit;
-+ }
- }
-
- use Test::More tests => 2;
---- POE-0.38/tests/90_regression/immute-server-tcp-filter.t~ 2006-10-28 09:02:43.000000000 +0200
-+++ POE-0.38/tests/90_regression/immute-server-tcp-filter.t 2006-10-28 09:02:43.000000000 +0200
-@@ -11,6 +11,10 @@
- print "1..0 # skip - HTTP::Request needed to test POE::Filter::HTTPD\n";
- exit;
- }
-+ unless (-f 'run_network_tests') {
-+ print "1..0 # skip - Network access (and permission) required to run this test\n";
-+ exit;
-+ }
- }
-
- #BEGIN { @INC = ('/share/immute/svn/poe/poe/lib', @INC); }
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/perl-POE-no_network_tests_by_default.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list