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 do...@apache.org on 2002/06/16 03:09:46 UTC

cvs commit: modperl-2.0/lib/ModPerl Code.pm

dougm       2002/06/15 18:09:46

  Modified:    lib/ModPerl Code.pm
  Log:
  integrate modperl_perl_pp module
  
  Revision  Changes    Path
  1.82      +1 -1      modperl-2.0/lib/ModPerl/Code.pm
  
  Index: Code.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- Code.pm	21 May 2002 00:33:33 -0000	1.81
  +++ Code.pm	16 Jun 2002 01:09:46 -0000	1.82
  @@ -563,7 +563,7 @@
   
   my @c_src_names = qw(interp tipool log config cmd options callback handler
                        gtop util io filter bucket mgv pcw global env cgi
  -                     perl perl_global);
  +                     perl perl_global perl_pp);
   my @g_c_names = map { "modperl_$_" } qw(hooks directives flags xsinit);
   my @c_names   = ('mod_perl', (map "modperl_$_", @c_src_names));
   sub c_files { [map { "$_.c" } @c_names, @g_c_names] }