stas        01/09/27 09:03:49

  Modified:    lib/Apache ParseSource.pm
  Log:
  - add the apr_table constants
  
  Revision  Changes    Path
  1.29      +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- ParseSource.pm    2001/09/25 17:30:31     1.28
  +++ ParseSource.pm    2001/09/27 16:03:49     1.29
  @@ -143,6 +143,7 @@
           log        => [qw(APLOG_)],
       },
       APR => {
  +        table     => [qw{APR_OVERLAP_TABLES_}],
           poll      => [qw{APR_POLL}],
           common    => [qw{APR_SUCCESS}],
           error     => [qw{APR_E}],
  
  
  


Reply via email to