diff options
author | Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> | 2008-11-02 12:22:29 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-03 10:44:58 +0000 |
commit | 71f20845bf38b3faa98fc5d8068e1e7dca33cda5 (patch) | |
tree | 7adb54ade5db721117505fda5c868b046e5b234f /lib/CPAN | |
parent | 76c6a2133b7f687937d91eb41bb4c9f222c0d5b0 (diff) | |
download | perl-71f20845bf38b3faa98fc5d8068e1e7dca33cda5.tar.gz |
Re: CPAN-1.9301 can't clean bootstrap .cpan
Message-ID: <87abci5swq.fsf@k75.linux.bogus>
Date: Sun, 02 Nov 2008 11:22:29 +0100
p4raw-id: //depot/perl@34702
Diffstat (limited to 'lib/CPAN')
-rw-r--r-- | lib/CPAN/FirstTime.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CPAN/FirstTime.pm b/lib/CPAN/FirstTime.pm index 9a79b5a741..858c5d4f36 100644 --- a/lib/CPAN/FirstTime.pm +++ b/lib/CPAN/FirstTime.pm @@ -19,7 +19,7 @@ use File::Basename (); use File::Path (); use File::Spec (); use vars qw($VERSION $urllist); -$VERSION = "5.5"; +$VERSION = "5.5_01"; =head1 NAME @@ -1198,7 +1198,7 @@ substitute. You can then revisit this dialog with #= MIRRORED.BY and conf_sites() # - my_yn_prompt("connect_to_internet_ok" => 0, $matcher); + my_yn_prompt("connect_to_internet_ok" => 1, $matcher); if ($matcher) { if ("urllist" =~ $matcher) { # conf_sites would go into endless loop with the smash prompt |