dougm       01/04/17 21:40:02

  Modified:    lib/ModPerl Code.pm
  Log:
  include modperl_bucket
  
  Revision  Changes    Path
  1.57      +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.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- Code.pm   2001/04/11 23:00:59     1.56
  +++ Code.pm   2001/04/18 04:40:00     1.57
  @@ -520,7 +520,7 @@
   );
   
   my @c_src_names = qw(interp tipool log config cmd options callback handler
  -                     gtop util filter mgv pcw);
  +                     gtop util filter bucket mgv pcw);
   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] }
  
  
  

Reply via email to