summaryrefslogtreecommitdiff
path: root/lib/CPAN
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-10 14:15:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-10 14:15:08 +0000
commit6d29edf52520926131fd8831574a4a20c2534626 (patch)
treee27a3eac48b3f694551779c5820325f5e8ac9856 /lib/CPAN
parent0a0d439fd8d5a620556ab3e6218782345af24cdc (diff)
downloadperl-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.pm4
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.
};