SOURCES: perl-CGI-WML-noninteractive.patch (NEW) - builders don't ...

glen glen at pld-linux.org
Wed Feb 15 22:51:07 CET 2006


Author: glen                         Date: Wed Feb 15 21:51:07 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- builders don't have voice

---- Files affected:
SOURCES:
   perl-CGI-WML-noninteractive.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-CGI-WML-noninteractive.patch
diff -u /dev/null SOURCES/perl-CGI-WML-noninteractive.patch:1.1
--- /dev/null	Wed Feb 15 22:51:07 2006
+++ SOURCES/perl-CGI-WML-noninteractive.patch	Wed Feb 15 22:51:02 2006
@@ -0,0 +1,14 @@
+--- CGI-WML-0.09/Makefile.PL~	2003-02-21 15:27:27.000000000 +0200
++++ CGI-WML-0.09/Makefile.PL	2006-02-15 23:46:24.000000000 +0200
+@@ -21,10 +21,7 @@
+ 
+ THERE
+ ;
+-        while ($res !~ /^(y|n|q)/i) {
+-            $res = prompt("Remove XML::Parser dependency? [Yes/No/Quit]:");
+-        }
+-        exit(1) if ($res =~ /^q/i);
++		$res = 'y';
+         if ($res =~ /n/) {
+             print <<THERE
+ Ok, leaving dependency in. Install XML::Parser before running 'make'
================================================================


More information about the pld-cvs-commit mailing list