dougm       01/08/19 11:51:26

  Modified:    lib/Apache ParseSource.pm
  Log:
  add APR_URI_ constants
  
  Revision  Changes    Path
  1.23      +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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ParseSource.pm    2001/08/19 16:29:44     1.22
  +++ ParseSource.pm    2001/08/19 18:51:26     1.23
  @@ -154,6 +154,7 @@
           socket    => [qw{APR_SO_}],
           limit     => [qw{APR_LIMIT}],
           hook      => [qw{APR_HOOK_}],
  +        uri       => [qw{APR_URI_}],
       },
   );
   
  
  
  

Reply via email to