diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-04-09 14:06:22 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-09 14:06:22 +0000 |
commit | 23a216b468ce944529b577a4cffd58b7c4ebab0a (patch) | |
tree | ffdc4cda18d8745af1034feda308adf169fbb49e /lib/CPAN/FirstTime.pm | |
parent | 783c8b2cf8aed9fd2b804541b0d5b7cd41d011cd (diff) | |
download | perl-23a216b468ce944529b577a4cffd58b7c4ebab0a.tar.gz |
Upgrade to CPAN-1.90.
p4raw-id: //depot/perl@30875
Diffstat (limited to 'lib/CPAN/FirstTime.pm')
-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 06009397b9..02a7f85b9e 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 = sprintf "%.6f", substr(q$Rev: 1612 $,4)/1000000 + 5.4; +$VERSION = sprintf "%.6f", substr(q$Rev: 1669 $,4)/1000000 + 5.4; =head1 NAME @@ -1297,7 +1297,7 @@ Your choice: }, make_arg => qq{Parameters for the 'make' command? Typical frequently used setting: - -j3 # dual processor system + -j3 # dual processor system (on GNU make) Your choice: }, |