stas        2002/08/16 00:07:38

  Modified:    ModPerl-Registry/lib/ModPerl RegistryCooker.pm
  Log:
  a typo fix
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- RegistryCooker.pm 16 Aug 2002 06:59:51 -0000      1.20
  +++ RegistryCooker.pm 16 Aug 2002 07:07:38 -0000      1.21
  @@ -243,7 +243,7 @@
   
   sub namespace_root {
       my $self = shift;
  -    join '::', 'ModPerl::ROOT', ref($self),
  +    join '::', 'ModPerl::ROOT', ref($self);
   }
   
   #########################################################################
  
  
  


Reply via email to