From 71f20845bf38b3faa98fc5d8068e1e7dca33cda5 Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Sun, 2 Nov 2008 12:22:29 +0100 Subject: [PATCH] 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 --- lib/CPAN/FirstTime.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CPAN/FirstTime.pm b/lib/CPAN/FirstTime.pm index 9a79b5a..858c5d4 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 -- 1.8.3.1