diff options
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 |