home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Bundle / LWP.pm next >
Encoding:
Perl POD Document  |  1997-08-10  |  538 b   |  35 lines

  1. package Bundle::LWP;
  2.  
  3. $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\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. Net::FTP 2.00      - If you want ftp://-support
  20.  
  21. MIME::Base64       - Used in authentication headers
  22.  
  23. MD5                - Needed to Digest authentication
  24.  
  25. =head1 DESCRIPTION
  26.  
  27. This bundle defines all reqreq modules for libwww-perl.
  28.  
  29.  
  30. =head1 AUTHOR
  31.  
  32. Gisle Aas E<lt>aas@sn.no>
  33.  
  34. =cut
  35.