diff options
author | Andreas J. Koenig <koenig@anna.mind.de> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
commit | c356248b66568957a5e15f38bcf2bd5b7af29496 (patch) | |
tree | c1f3ee50216629ca385d59b86d5aaf358e9b7002 /lib/CPAN | |
parent | 54858e7d1b203c794b9b606ced7e1367aeeaae6f (diff) | |
download | perl-c356248b66568957a5e15f38bcf2bd5b7af29496.tar.gz |
Updated CPAN.pm for 5.004_04
private-msgid: sfcpvpv8teo.fsf@anna.in-berlin.de
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 3e572d67ae..3fa21c6727 100644 --- a/lib/CPAN/FirstTime.pm +++ b/lib/CPAN/FirstTime.pm @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw(prompt); use FileHandle (); use File::Path (); use vars qw($VERSION); -$VERSION = substr q$Revision: 1.20 $, 10; +$VERSION = substr q$Revision: 1.21 $, 10; =head1 NAME @@ -210,7 +210,7 @@ the default and recommended setting. if (@{$CPAN::Config->{urllist}||[]}) { print qq{ I found a list of URLs in CPAN::Config and will use this. -You can change it later with the 'o conf' command. +You can change it later with the 'o conf urllist' command. } } elsif ( |