dougm       02/05/18 16:56:32

  Modified:    lib/Apache ParseSource.pm
  Log:
  remove register keyword from type field
  
  Revision  Changes    Path
  1.38      +1 -0      modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- ParseSource.pm    18 May 2002 02:29:44 -0000      1.37
  +++ ParseSource.pm    18 May 2002 23:56:32 -0000      1.38
  @@ -331,6 +331,7 @@
           for (@$args) {
               next unless $_->[0];
               $_->[0] =~ s/^\#.*?\"\s+//;
  +            $_->[0] =~ s/^register //;
           }
   
           my $func = {
  
  
  


Reply via email to