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 / Apache2.pm < prev    next >
Encoding:
Perl POD Document  |  2004-03-04  |  1.4 KB  |  56 lines

  1. # Copyright 2003-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::Apache2;
  16.  
  17. $VERSION = '1.00';
  18.  
  19. 1;
  20.  
  21. __END__
  22.  
  23. =head1 NAME
  24.  
  25. Bundle::Apache2 - Install Apache mod_perl2 and related modules
  26.  
  27. =head1 SYNOPSIS
  28.  
  29. C<perl -MCPAN -e 'install Bundle::Apache2'>
  30.  
  31. =head1 CONTENTS
  32.  
  33. LWP                   - Used in testing
  34.  
  35. Chatbot::Eliza        - Used in testing
  36.  
  37. Compress::Zlib        - Used in testing
  38.  
  39. Devel::Symdump        - Symbol table browsing with Apache::Status
  40.  
  41. CGI  2.87             - Used in testing (it's in core, but some vendors exclude it)
  42.  
  43. Bundle::ApacheTest    - Needs for testing
  44.  
  45. =head1 DESCRIPTION
  46.  
  47. This bundle contains modules used by Apache mod_perl2.
  48.  
  49. Asking CPAN.pm to install a bundle means to install the bundle itself
  50. along with all the modules contained in the CONTENTS section
  51. above. Modules that are up to date are not installed, of course.
  52.  
  53. =head1 AUTHOR
  54.  
  55. Doug MacEachern, Stas Bekman
  56.