diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-10 14:15:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-10 14:15:08 +0000 |
commit | 6d29edf52520926131fd8831574a4a20c2534626 (patch) | |
tree | e27a3eac48b3f694551779c5820325f5e8ac9856 /lib/CPAN | |
parent | 0a0d439fd8d5a620556ab3e6218782345af24cdc (diff) | |
download | perl-6d29edf52520926131fd8831574a4a20c2534626.tar.gz |
Upgrade to CPAN 1.57_65, from Andreas König.
p4raw-id: //depot/perl@7046
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 713d7dd1af..099183ea30 100644 --- a/lib/CPAN/FirstTime.pm +++ b/lib/CPAN/FirstTime.pm @@ -16,7 +16,7 @@ use FileHandle (); use File::Basename (); use File::Path (); use vars qw($VERSION); -$VERSION = substr q$Revision: 1.43 $, 10; +$VERSION = substr q$Revision: 1.44 $, 10; =head1 NAME @@ -179,7 +179,7 @@ disable the cache scanning with 'never'. To speed up the initial CPAN shell startup, it is possible to use Storable to create an cache of metadata. If Storable is not available, the normal index mechanism will be used. This feature is still -considered experimantal and not recommended for production use. +considered experimental and not recommended for production use. }; |