home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / CPAN.pm < prev    next >
Encoding:
Perl POD Document  |  2002-04-21  |  1.2 KB  |  61 lines

  1. package Bundle::CPAN;
  2.  
  3. $VERSION = '1.58';
  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. File::Spec
  20.  
  21. Digest::MD5
  22.  
  23. Compress::Zlib
  24.  
  25. Archive::Tar
  26.  
  27. Bundle::libnet
  28.  
  29. Term::ReadKey
  30.  
  31. Term::ReadLine::Perl # sorry, I'm discriminating the ::Gnu module
  32.  
  33. CPAN::WAIT
  34.  
  35. CPAN
  36.  
  37. =head1 DESCRIPTION
  38.  
  39. This bundle includes CPAN.pm as the base module and CPAN::WAIT, a
  40. plugin for the first WAIT based CPAN search engine.
  41.  
  42. When CPAN installs this bundle it tries immediately to enable
  43. Term::ReadLine so that you do not need to restart your CPAN session.
  44.  
  45. Compress::Zlib needs as a prerequisite the zlib library. Currently
  46. (January 1998) this library is not shipped with the Compress::Zlib
  47. distribution.
  48.  
  49. In this bundle Term::ReadLine::Perl is preferred over
  50. Term::ReadLine::Gnu because I expect that it gives less problems on
  51. portability.
  52.  
  53. Note that all modules in this Bundle are not strict prerequisites to
  54. get a working CPAN.pm. CPAN.pm can work quite well without the other
  55. modules (except for Net::FTP which is really highly recommended). The
  56. other modules are just goodies that make using CPAN.pm more fun.
  57.  
  58. =head1 AUTHOR
  59.  
  60. Andreas K÷nig
  61.