dougm       01/04/19 13:20:41

  Modified:    t/conf   modperl_extra.pl
  Log:
  compile common APR constants
  
  Revision  Changes    Path
  1.4       +1 -0      modperl-2.0/t/conf/modperl_extra.pl
  
  Index: modperl_extra.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/modperl_extra.pl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- modperl_extra.pl  2001/04/19 17:32:27     1.3
  +++ modperl_extra.pl  2001/04/19 20:20:37     1.4
  @@ -5,6 +5,7 @@
   use Apache::Connection ();
   
   use Apache::Const -compile => ':common';
  +use APR::Const -compile => ':common';
   
   use APR::Table ();
   
  
  
  

Reply via email to