home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _f2de108fd0be26572e6777ae947f06b7 < prev    next >
Encoding:
Text File  |  2004-06-01  |  966 b   |  44 lines

  1. package Bundle::LWP;
  2.  
  3. $VERSION = sprintf("%d.%02d", q$Revision: 1.11 $ =~ /(\d+)\.(\d+)/);
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::LWP - install all libwww-perl related modules
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::LWP'
  16.  
  17. =head1 CONTENTS
  18.  
  19. MIME::Base64       - Used in authentication headers
  20.  
  21. Digest::MD5        - Needed to do Digest authentication
  22.  
  23. URI 1.10           - There are URIs everywhere
  24.  
  25. Net::FTP 2.58      - If you want ftp://-support
  26.  
  27. HTML::Tagset       - Needed by HTML::Parser
  28.  
  29. HTML::Parser       - Need by HTML::HeadParser
  30.  
  31. HTML::HeadParser   - To get the correct $res->base
  32.  
  33. LWP                - The reason why you need the modules above
  34.  
  35. =head1 DESCRIPTION
  36.  
  37. This bundle defines all prereq modules for libwww-perl.  Bundles have
  38. special meaning for the CPAN module.  When you install the bundle
  39. module all modules mentioned in L</CONTENTS> will be installed instead.
  40.  
  41. =head1 SEE ALSO
  42.  
  43. L<CPAN/Bundles>
  44.