home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_ste.zip / Bundle / LWP.pm
Text File  |  1997-09-17  |  602b  |  37 lines

  1. package Bundle::LWP;
  2.  
  3. $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\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. LWP                - The reason why you need the modules above
  26.  
  27. =head1 DESCRIPTION
  28.  
  29. This bundle defines all reqreq modules for libwww-perl.
  30.  
  31.  
  32. =head1 AUTHOR
  33.  
  34. Gisle Aas E<lt>aas@sn.no>
  35.  
  36. =cut
  37.