dougm       02/05/17 19:08:21

  Modified:    t/conf   modperl_extra.pl
  Log:
  add config for modperl/methodobj test
  
  Revision  Changes    Path
  1.14      +4 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- modperl_extra.pl  6 Apr 2002 01:42:53 -0000       1.13
  +++ modperl_extra.pl  18 May 2002 02:08:21 -0000      1.14
  @@ -22,6 +22,10 @@
       die '$ENV{MOD_PERL} not set!';
   }
   
  +#see t/modperl/methodobj
  +use TestModperl::methodobj ();
  +$TestModperl::MethodObj = bless {}, 'TestModperl::methodobj';
  +
   #see t/response/TestModperl/env.pm
   $ENV{MODPERL_EXTRA_PL} = __FILE__;
   
  
  
  


Reply via email to