From: Elaine -HFB- Ashton Date: Tue, 3 Jul 2001 15:04:23 +0000 (-0500) Subject: [ perl 5.6.1 ] CPAN.pm doc patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16703a004678038faba1eda656251a1ad71e30db;p=p5sagit%2Fp5-mst-13.2.git [ perl 5.6.1 ] CPAN.pm doc patch Message-ID: <20010703150423.C9787@chaos.wustl.edu> p4raw-id: //depot/perl@11130 --- diff --git a/lib/CPAN.pm b/lib/CPAN.pm index 817e970..7c0b0cc 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