dougm       01/04/12 18:49:58

  Modified:    t/conf   modperl_extra.pl
  Log:
  compile common constants at startup so we dont need to in each test module
  
  Revision  Changes    Path
  1.2       +2 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_extra.pl  2001/04/02 09:10:18     1.1
  +++ modperl_extra.pl  2001/04/13 01:49:58     1.2
  @@ -4,4 +4,6 @@
   use Apache::Server ();
   use Apache::Connection ();
   
  +use Apache::Const -compile => ':common';
  +
   1;
  
  
  

Reply via email to