stas        2002/08/15 23:59:02

  Modified:    ModPerl-Registry/lib/ModPerl RegistryCooker.pm
  Log:
  fix the notes() setting, which was broken
  
  Revision  Changes    Path
  1.19      +1 -1      modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
  
  Index: RegistryCooker.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- RegistryCooker.pm 16 Aug 2002 06:58:25 -0000      1.18
  +++ RegistryCooker.pm 16 Aug 2002 06:59:02 -0000      1.19
  @@ -697,7 +697,7 @@
       my $class = ref $self;
   
       $self->[REQ]->log_error("$$: $class: $msg");
  -    $self->[REQ]->notes('error-notes', $msg);
  +    $self->[REQ]->notes->set('error-notes' => $msg);
       $@{$self->[URI]} = $msg;
   }
   
  
  
  


Reply via email to