stas        2003/02/18 16:32:45

  Modified:    .        Changes
  Added:       lib/Bundle Apache2.pm
  Log:
  add Apache::Bundle2
  
  Revision  Changes    Path
  1.1                  modperl-2.0/lib/Bundle/Apache2.pm
  
  Index: Apache2.pm
  ===================================================================
  package Bundle::Apache2;
  
  $VERSION = '1.00';
  
  1;
  
  __END__
  
  =head1 NAME
  
  Bundle::Apache2 - Install Apache mod_perl2 and related modules
  
  =head1 SYNOPSIS
  
  C<perl -MCPAN -e 'install Bundle::Apache2'>
  
  =head1 CONTENTS
  
  LWP                   - Used in testing
  
  Chatbot::Eliza        - Used in testing
  
  Devel::Symdump        - Symbol table browsing with Apache::Status
  
  CGI                   - Used in testing (it's in core, but some vendors exclude it)
  
  =head1 DESCRIPTION
  
  This bundle contains modules used by Apache mod_perl2.
  
  Asking CPAN.pm to install a bundle means to install the bundle itself
  along with all the modules contained in the CONTENTS section
  above. Modules that are up to date are not installed, of course.
  
  =head1 AUTHOR
  
  Doug MacEachern, Stas Bekman
  
  
  
  1.127     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- Changes   17 Feb 2003 09:39:54 -0000      1.126
  +++ Changes   19 Feb 2003 00:32:45 -0000      1.127
  @@ -10,6 +10,8 @@
   
   =item 1.99_09-dev
   
  +add Apache::Bundle2 [Stas]
  +
   Apache::Reload now supports the PerlPreConnectionHandler invocation
   mode, so connection filter and protocol modules can be automatically
   reloaded on change. [Stas]
  
  
  


Reply via email to