[cairo-commit] cairo-perl ChangeLog, 1.101, 1.102 Makefile.PL, 1.33, 1.34
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Sep 7 11:09:40 PDT 2008
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv17920
Modified Files:
ChangeLog Makefile.PL
Log Message:
* Makefile.PL: When prompting for auto-installing dependencies,
default to 'no' so that automatic testers with CPANPLUS.pm don't
end up invoking CPAN.pm. (RT #38286)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- ChangeLog 6 Sep 2008 19:22:51 -0000 1.101
+++ ChangeLog 7 Sep 2008 18:09:38 -0000 1.102
@@ -1,3 +1,9 @@
+2008-09-07 Torsten Schoenfeld <kaffeetisch at gmx.de>
+
+ * Makefile.PL: When prompting for auto-installing dependencies,
+ default to 'no' so that automatic testers with CPANPLUS.pm don't
+ end up invoking CPAN.pm. (RT #38286)
+
2008-09-06 Torsten Schoenfeld <kaffeetisch at gmx.de>
* README: Fix the dependency versions for EU::Depends and
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.PL 6 Sep 2008 18:42:47 -0000 1.33
+++ Makefile.PL 7 Sep 2008 18:09:38 -0000 1.34
@@ -27,7 +27,7 @@
while ((my $module, my $version) = each(%prereqs)) {
unless (eval "use $module $version; 1" ) {
print "This module requires $module to install itself.\n";
- my $yn = ExtUtils::MakeMaker::prompt(" Install $module from CPAN?", 'y');
+ my $yn = ExtUtils::MakeMaker::prompt(" Install $module from CPAN?", 'n');
unless ($yn =~ /^y/i) {
die " *** Cannot install without $module. Exiting ...\n";
More information about the cairo-commit
mailing list