home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / ApacheTest.pm < prev    next >
Encoding:
Perl POD Document  |  2004-03-04  |  1.4 KB  |  62 lines

  1. # Copyright 2001-2004 The Apache Software Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. #     http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. #
  15. package Bundle::ApacheTest;
  16.  
  17. $VERSION = '0.01';
  18.  
  19. 1;
  20.  
  21. __END__
  22.  
  23. =head1 NAME
  24.  
  25. Bundle::ApacheTest - A bundle to install all Apache-Test related modules
  26.  
  27. =head1 SYNOPSIS
  28.  
  29.  perl -MCPAN -e 'install Bundle::ApacheTest'
  30.  
  31. =head1 CONTENTS
  32.  
  33. Crypt::SSLeay      - For https support
  34.  
  35. Devel::CoreStack   - For getting core stack info
  36.  
  37. Devel::Symdump     - For, uh, dumping symbols
  38.  
  39. Digest::MD5        - Needed for Digest authentication
  40.  
  41. URI                - There are URIs everywhere
  42.  
  43. Net::Cmd           - For libnet
  44.  
  45. MIME::Base64       - Used in authentication headers
  46.  
  47. HTML::Tagset       - Needed by HTML::Parser
  48.  
  49. HTML::Parser       - Need by HTML::HeadParser
  50.  
  51. HTML::HeadParser   - To get the correct $res->base
  52.  
  53. LWP                - For libwww-perl
  54.  
  55. IPC::Run3          - Used in Apache::TestSmoke
  56.  
  57. =head1 DESCRIPTION
  58.  
  59. This bundle lists all the CPAN modules used by Apache-Test.
  60.  
  61. =cut
  62.