You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/01/28 01:30:22 UTC

cvs commit: modperl Changes

stas        2003/01/27 16:30:22

  Modified:    lib/Bundle Apache.pm
               .        Changes
  Log:
  Add Apache::Module to Bundle::Apache
  
  Revision  Changes    Path
  1.8       +2 -0      modperl/lib/Bundle/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/Bundle/Apache.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Apache.pm	22 Mar 2000 08:05:45 -0000	1.7
  +++ Apache.pm	28 Jan 2003 00:30:22 -0000	1.8
  @@ -48,6 +48,8 @@
   
   Apache::Request - Effective methods for dealing with client request data
   
  +Apache::Module - Interface to Apache C module structures
  +
   =head1 DESCRIPTION
   
   This bundle contains modules used by Apache mod_perl.
  
  
  
  1.660     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.659
  retrieving revision 1.660
  diff -u -r1.659 -r1.660
  --- Changes	23 Jan 2003 04:25:04 -0000	1.659
  +++ Changes	28 Jan 2003 00:30:22 -0000	1.660
  @@ -10,6 +10,8 @@
   
   =item 1.27_01-dev
   
  +Add Apache::Module to Bundle::Apache [Stas Bekman]
  +
   use $Config{'installstyle'} instead of hardcoded 'lib', to handle
   Makefile.PL's PREFIX option correctly [Philippe M. Chiasson
   <go...@cpan.org>]