Term::Readline patch for AmigaOS
[p5sagit/p5-mst-13.2.git] / lib / Bundle / CPAN.pm
1 package Bundle::CPAN;
2
3 $VERSION = '0.02';
4
5 1;
6
7 __END__
8
9 =head1 NAME
10
11 Bundle::CPAN - A bundle to play with all the other modules on CPAN
12
13 =head1 SYNOPSIS
14
15 C<perl -MCPAN -e 'install Bundle::CPAN'>
16
17 =head1 CONTENTS
18
19 CPAN
20
21 CPAN::WAIT
22
23 =head1 DESCRIPTION
24
25 This bundle includes CPAN.pm as the base module and CPAN::WAIT, the
26 first plugin for CPAN that was developed even before there was an API.
27
28 After installing this bundle, it is recommended to quit the current
29 session and start again in a new process.
30
31 =head1 AUTHOR
32
33 Andreas König