You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/07/28 19:13:06 UTC

cvs commit: modperl/lib/Apache RegistryLoader.pm

dougm       98/07/28 10:13:05

  Modified:    lib/Apache RegistryLoader.pm
  Log:
  fix broken rcs version number
  
  Revision  Changes    Path
  1.10      +1 -1      modperl/lib/Apache/RegistryLoader.pm
  
  Index: RegistryLoader.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/lib/Apache/RegistryLoader.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RegistryLoader.pm	1998/07/28 17:09:16	1.9
  +++ RegistryLoader.pm	1998/07/28 17:13:05	1.10
  @@ -5,7 +5,7 @@
   use Apache::Registry ();
   use Apache::Constants qw(OPT_EXECCGI);
   @Apache::RegistryLoader::ISA = qw(Apache::Registry);
  -$Apache::RegistryLoader::VERSION = (qw$Revision: 1.9 $)[1];
  +$Apache::RegistryLoader::VERSION = '1.90';
   
   sub new { 
       my $class = shift;