stas        2003/08/27 10:19:13

  Modified:    lib/ModPerl TestRun.pm
  Log:
  oops, fix: s/should_load_module/should_skip_module/
  Submitted by: mike chamberlain <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.12      +1 -1      modperl-2.0/lib/ModPerl/TestRun.pm
  
  Index: TestRun.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/TestRun.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TestRun.pm        26 Aug 2003 23:28:04 -0000      1.11
  +++ TestRun.pm        27 Aug 2003 17:19:12 -0000      1.12
  @@ -26,7 +26,7 @@
   sub should_skip_module {
       my($self, $name) = @_;
   
  -    $name eq 'mod_perl.c' ? 1 : $self->SUPER::should_load_module($name);
  +    $name eq 'mod_perl.c' ? 1 : $self->SUPER::should_skip_module($name);
   }
   
   1;
  
  
  

Reply via email to