dougm       01/01/11 23:10:15

  Modified:    .        Changes
               lib/Apache PerlRun.pm
  Log:
  another oversight
  
  Revision  Changes    Path
  1.570     +3 -2      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.569
  retrieving revision 1.570
  diff -u -r1.569 -r1.570
  --- Changes   2001/01/05 05:48:14     1.569
  +++ Changes   2001/01/12 07:10:13     1.570
  @@ -13,8 +13,9 @@
   fix $r subclassing mechanism when value of `r' or `_r' key is a hashref
   thanks to Dave LaMacchia for the spot
   
  -fix Apache::PerlRun is-a -> has-a Apache relationship change oversight
  -[Ken Williams <[EMAIL PROTECTED]>]
  +fix Apache::PerlRun is-a -> has-a Apache relationship change oversights
  +[Ken Williams <[EMAIL PROTECTED]>,
  +Alexander Solovey <[EMAIL PROTECTED]>]
   
   win32 updates for 1.3.15, including ApacheModulePerl.{dsp,dll} ->
   mod_perl.{dsp,so} rename
  
  
  
  1.33      +1 -1      modperl/lib/Apache/PerlRun.pm
  
  Index: PerlRun.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/Apache/PerlRun.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- PerlRun.pm        2001/01/05 05:42:19     1.32
  +++ PerlRun.pm        2001/01/12 07:10:14     1.33
  @@ -50,7 +50,7 @@
        $pr->{'mtime'} = -M _;
        return wantarray ? (OK, $pr->{'mtime'}) : OK;
       }
  -    $pr->log_error("$filename not found or unable to stat");
  +    $p->log_error("$filename not found or unable to stat");
       return NOT_FOUND;
   }
   
  
  
  

Reply via email to