git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@6688
bd8105ee-0ff8-0310-8827-fb3f25b6796d
Revision history for local::lib
+ - Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
- Set PERL5LIB back to calculated @INC with --self-contained, to stop
invoking other perl scripts from losing the local::lib if they
mangle @INC from $ENV{PERL5LIB} (t0m)
system($^X, '-MCPAN', '-e',
'my $done; require ExtUtils::MakeMaker;
my $orig = ExtUtils::MakeMaker->can("prompt");
- *ExtUtils::MakeMaker::prompt = sub {
+ *ExtUtils::MakeMaker::prompt = sub ($;$) {
if (!$done && $_[0] =~ /manual configuration/) {
$done++;
return "no";