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 / ApacheTest.pm < prev    next >
Encoding:
Perl POD Document  |  2003-10-10  |  918 b   |  48 lines

  1. package Bundle::ApacheTest;
  2.  
  3. $VERSION = '0.01';
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::ApacheTest - A bundle to install all Apache-Test related modules
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::ApacheTest'
  16.  
  17. =head1 CONTENTS
  18.  
  19. Crypt::SSLeay      - For https support
  20.  
  21. Devel::CoreStack   - For getting core stack info
  22.  
  23. Devel::Symdump     - For, uh, dumping symbols
  24.  
  25. Digest::MD5        - Needed for Digest authentication
  26.  
  27. URI                - There are URIs everywhere
  28.  
  29. Net::Cmd           - For libnet
  30.  
  31. MIME::Base64       - Used in authentication headers
  32.  
  33. HTML::Tagset       - Needed by HTML::Parser
  34.  
  35. HTML::Parser       - Need by HTML::HeadParser
  36.  
  37. HTML::HeadParser   - To get the correct $res->base
  38.  
  39. LWP                - For libwww-perl
  40.  
  41. IPC::Run3          - Used in Apache::TestSmoke
  42.  
  43. =head1 DESCRIPTION
  44.  
  45. This bundle lists all the CPAN modules used by Apache-Test.
  46.  
  47. =cut
  48.