diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-30 00:47:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-30 00:47:30 +0000 |
commit | 55728d80a6017f4e7da4b56865862c70d4d75897 (patch) | |
tree | 647bca831081074a416732c31a7af052431345a8 /gnu/usr.bin/perl/lib | |
parent | ce5b0684244680e93403ca313adef0fe4ed21bc2 (diff) |
more cruft
Diffstat (limited to 'gnu/usr.bin/perl/lib')
-rw-r--r-- | gnu/usr.bin/perl/lib/Bundle/CPAN.pm | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/gnu/usr.bin/perl/lib/Bundle/CPAN.pm b/gnu/usr.bin/perl/lib/Bundle/CPAN.pm deleted file mode 100644 index 062aab287df..00000000000 --- a/gnu/usr.bin/perl/lib/Bundle/CPAN.pm +++ /dev/null @@ -1,43 +0,0 @@ -package Bundle::CPAN; - -$VERSION = '0.03'; - -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 - -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 to enable Term::ReadLine. - -=head1 AUTHOR - -Andreas König |