diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPANPLUS.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPANPLUS.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPANPLUS.pm b/Master/tlpkg/tlperl/lib/CPANPLUS.pm index b61771b242c..b0122572651 100644 --- a/Master/tlpkg/tlperl/lib/CPANPLUS.pm +++ b/Master/tlpkg/tlperl/lib/CPANPLUS.pm @@ -13,7 +13,7 @@ BEGIN { use vars qw( @EXPORT @ISA $VERSION ); @EXPORT = qw( shell fetch get install ); @ISA = qw( Exporter ); - $VERSION = "0.90"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.9103"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: @@ -113,7 +113,7 @@ CPANPLUS - API & CLI access to the CPAN mirrors $ perl -MCPANPLUS -eshell $ perl -MCPANPLUS -e'fetch Some::Module' - + =head1 DESCRIPTION The C<CPANPLUS> library is an API to the C<CPAN> mirrors and a @@ -157,10 +157,10 @@ the two following commands: $ perl -MCPANPLUS -eshell -All commans available are listed in the interactive shells +All commands available are listed in the interactive shells help menu. See C<cpanp -h> or L<CPANPLUS::Shell::Default> for instructions on using the default shell. - + =head2 CHOOSE A SHELL By running C<cpanp> without arguments, you will start up @@ -173,7 +173,7 @@ the old C<CPAN.pm> shell. You can start this shell by typing: $ perl -MCPANPLUS -e'shell Classic' - + Even more shells may be available from C<CPAN>. Note that if you have changed your default shell in your @@ -188,8 +188,8 @@ from C<CPAN> into a package in the format of your choice, like for example C<.deb> or C<FreeBSD ports>. See C<cpan2dist -h> for details. - - + + =head1 FUNCTIONS For quick access to common commands, you may use this module, |