home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _b30557de0fa2b3930eeedf0ed4a4426b < prev    next >
Text File  |  2000-03-15  |  745b  |  41 lines

  1. package Bundle::LWP;
  2.  
  3. $VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/);
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::LWP - A bundle to install all libwww-perl related modules
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::LWP'
  16.  
  17. =head1 CONTENTS
  18.  
  19. URI 0.10           - There are URIs everywhere
  20.  
  21. Net::FTP 2.00      - If you want ftp://-support
  22.  
  23. MIME::Base64       - Used in authentication headers
  24.  
  25. Digest::MD5        - Needed to do Digest authentication
  26.  
  27. HTML::HeadParser   - To get the correct $res->base
  28.  
  29. LWP                - The reason why you need the modules above
  30.  
  31. =head1 DESCRIPTION
  32.  
  33. This bundle defines all reqreq modules for libwww-perl.
  34.  
  35.  
  36. =head1 AUTHOR
  37.  
  38. Gisle Aas E<lt>aas@sn.no>
  39.  
  40. =cut
  41.