Document that File::Find doesn't follow symlinks
[p5sagit/p5-mst-13.2.git] / lib / Bundle / CPAN.pm
CommitLineData
05454584 1package Bundle::CPAN;
2
55e314ee 3$VERSION = '0.03';
05454584 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
55e314ee 19MD5
20
21Data::Dumper # Bundle::libnet may have problems to work without it
22
23Bundle::libnet
24
25Term::ReadKey
26
27Term::ReadLine::Perl # sorry, I'm discriminating the ::Gnu module
05454584 28
29CPAN::WAIT
30
55e314ee 31CPAN
32
05454584 33=head1 DESCRIPTION
34
35This bundle includes CPAN.pm as the base module and CPAN::WAIT, the
36first plugin for CPAN that was developed even before there was an API.
37
38After installing this bundle, it is recommended to quit the current
55e314ee 39session and start again in a new process to enable Term::ReadLine.
05454584 40
41=head1 AUTHOR
42
43Andreas König