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 st...@apache.org on 2002/08/15 04:44:08 UTC

cvs commit: modperl-2.0/lib/Apache ParseSource.pm

stas        2002/08/14 19:44:08

  Modified:    lib/Apache ParseSource.pm
  Log:
  skip the deprecated define APLOG_NOERRNO
  
  Revision  Changes    Path
  1.40      +1 -1      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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- ParseSource.pm	25 May 2002 18:17:09 -0000	1.39
  +++ ParseSource.pm	15 Aug 2002 02:44:08 -0000	1.40
  @@ -191,7 +191,7 @@
   );
   
   my $defines_unwanted = join '|', qw{
  -HTTP_VERSION APR_EOL_STR APLOG_MARK
  +HTTP_VERSION APR_EOL_STR APLOG_MARK APLOG_NOERRNO
   };
   
   sub get_constants {