stas        2004/03/24 12:42:04

  Modified:    lib/Apache Status.pm
  Log:
  a minor fix
  
  Revision  Changes    Path
  1.24      +1 -1      modperl-2.0/lib/Apache/Status.pm
  
  Index: Status.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Status.pm,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -u -r1.23 -r1.24
  --- Status.pm 24 Mar 2004 19:59:41 -0000      1.23
  +++ Status.pm 24 Mar 2004 20:42:04 -0000      1.24
  @@ -875,7 +875,7 @@
               next unless /([\$*])(([\w\:\']*)\bVERSION)\b.*\=/;
               { local($1, $2); ($_ = $_) = /(.*)/; } # untaint
               my $eval = qq{
  -                package ModPerl::Util::_version;
  +                package Apache::Status::_version;
                   no strict;
   
                   local $1$2;
  
  
  

Reply via email to