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