diff options
author | Elaine -HFB- Ashton <elaine@chaos.wustl.edu> | 2001-07-03 10:04:23 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-03 22:49:15 +0000 |
commit | 16703a004678038faba1eda656251a1ad71e30db (patch) | |
tree | 4d307e61fdabb4b92addadb175d10b37dc8c72d9 | |
parent | a196fbfd2938a6fe215a07e9209acfe497d87208 (diff) | |
download | perl-16703a004678038faba1eda656251a1ad71e30db.tar.gz |
[ perl 5.6.1 ] CPAN.pm doc patch
Message-ID: <20010703150423.C9787@chaos.wustl.edu>
p4raw-id: //depot/perl@11130
-rw-r--r-- | lib/CPAN.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/CPAN.pm b/lib/CPAN.pm index 817e970320..7c0b0cc8d2 100644 --- a/lib/CPAN.pm +++ b/lib/CPAN.pm @@ -6064,10 +6064,11 @@ separated): Modules know their associated Distribution objects. They always refer to the most recent official release. Developers may mark their releases as unstable development versions (by inserting an underbar into the -visible version number), so the really hottest and newest distribution -file is not always the default. If a module Foo circulates on CPAN in -both version 1.23 and 1.23_90, CPAN.pm offers a convenient way to -install version 1.23 by saying +module version number which will also be reflected in the distribution +name when you run 'make dist'), so the really hottest and newest +distribution is not always the default. If a module Foo circulates +on CPAN in both version 1.23 and 1.23_90, CPAN.pm offers a convenient +way to install version 1.23 by saying install Foo |