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 / Apache2.pm < prev    next >
Encoding:
Perl POD Document  |  2003-10-10  |  891 b   |  42 lines

  1. package Bundle::Apache2;
  2.  
  3. $VERSION = '1.00';
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::Apache2 - Install Apache mod_perl2 and related modules
  12.  
  13. =head1 SYNOPSIS
  14.  
  15. C<perl -MCPAN -e 'install Bundle::Apache2'>
  16.  
  17. =head1 CONTENTS
  18.  
  19. LWP                   - Used in testing
  20.  
  21. Chatbot::Eliza        - Used in testing
  22.  
  23. Compress::Zlib        - Used in testing
  24.  
  25. Devel::Symdump        - Symbol table browsing with Apache::Status
  26.  
  27. CGI  2.87             - Used in testing (it's in core, but some vendors exclude it)
  28.  
  29. Bundle::ApacheTest    - Needs for testing
  30.  
  31. =head1 DESCRIPTION
  32.  
  33. This bundle contains modules used by Apache mod_perl2.
  34.  
  35. Asking CPAN.pm to install a bundle means to install the bundle itself
  36. along with all the modules contained in the CONTENTS section
  37. above. Modules that are up to date are not installed, of course.
  38.  
  39. =head1 AUTHOR
  40.  
  41. Doug MacEachern, Stas Bekman
  42.