summaryrefslogtreecommitdiff
path: root/lib/Bundle/CPAN.pm
blob: 2a05deef59c8ef04fdb75b0356022ee6e63bc480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
package Bundle::CPAN;

$VERSION = '0.02';

1;

__END__

=head1 NAME

Bundle::CPAN - A bundle to play with all the other modules on CPAN

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::CPAN'>

=head1 CONTENTS

CPAN

CPAN::WAIT

=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.

=head1 AUTHOR

Andreas König