stas        2004/07/08 00:35:06

  Modified:    ModPerl-Registry/t/conf modperl_extra_startup.pl
  Log:
  temp workaround for t/filter/TestFilter/in_error.pm
  
  Revision  Changes    Path
  1.16      +3 -0      modperl-2.0/ModPerl-Registry/t/conf/modperl_extra_startup.pl
  
  Index: modperl_extra_startup.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/conf/modperl_extra_startup.pl,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -u -r1.15 -r1.16
  --- modperl_extra_startup.pl  2 Apr 2004 02:17:45 -0000       1.15
  +++ modperl_extra_startup.pl  8 Jul 2004 07:35:06 -0000       1.16
  @@ -1,6 +1,9 @@
   use strict;
   use warnings FATAL => 'all';
   
  +# XXX: temp workaround for t/filter/TestFilter/in_error.pm
  +use APR::Error;
  +
   use ModPerl::RegistryLoader ();
   use Apache::Server ();
   use Apache::ServerUtil ();
  
  
  

Reply via email to