summaryrefslogtreecommitdiff
path: root/lib/Bundle/CPAN.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bundle/CPAN.pm')
-rw-r--r--lib/Bundle/CPAN.pm16
1 files changed, 13 insertions, 3 deletions
diff --git a/lib/Bundle/CPAN.pm b/lib/Bundle/CPAN.pm
index 2a05deef59..062aab287d 100644
--- a/lib/Bundle/CPAN.pm
+++ b/lib/Bundle/CPAN.pm
@@ -1,6 +1,6 @@
package Bundle::CPAN;
-$VERSION = '0.02';
+$VERSION = '0.03';
1;
@@ -16,17 +16,27 @@ C<perl -MCPAN -e 'install Bundle::CPAN'>
=head1 CONTENTS
-CPAN
+MD5
+
+Data::Dumper # Bundle::libnet may have problems to work without it
+
+Bundle::libnet
+
+Term::ReadKey
+
+Term::ReadLine::Perl # sorry, I'm discriminating the ::Gnu module
CPAN::WAIT
+CPAN
+
=head1 DESCRIPTION
This bundle includes CPAN.pm as the base module and CPAN::WAIT, the
first plugin for CPAN that was developed even before there was an API.
After installing this bundle, it is recommended to quit the current
-session and start again in a new process.
+session and start again in a new process to enable Term::ReadLine.
=head1 AUTHOR