home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_mlb.zip / Bundle / CPAN.pm
Text File  |  1997-11-25  |  728b  |  44 lines

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