dougm       2002/05/30 19:20:30

  Modified:    xs/APR/PerlIO apr_perlio.c
  Log:
  prerequisites comment no longer valid now that we do not support 5.7.x
  
  Revision  Changes    Path
  1.13      +0 -9      modperl-2.0/xs/APR/PerlIO/apr_perlio.c
  
  Index: apr_perlio.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- apr_perlio.c      31 May 2002 02:19:11 -0000      1.12
  +++ apr_perlio.c      31 May 2002 02:20:29 -0000      1.13
  @@ -3,15 +3,6 @@
   #include "mod_perl.h"
   #include "apr_perlio.h"
   
  -/* XXX: prerequisites to have things working
  - * PerlIO_flush patch : perl 5.7.2 patch 13978 is required
  - * dup() : apr cvs date: 2001/12/06 13:43:45
  - *
  - * XXX: it's not enough to check for PERLIO_LAYERS, some functionality
  - * and bug fixes were added only in the late 5.7.2, whereas
  - * PERLIO_LAYERS is available in 5.7.1
  - */
  -
   #if defined(PERLIO_LAYERS) && defined(PERLIO_K_MULTIARG) /* 5.7.2+ */
   
   /**********************************************************************
  
  
  


Reply via email to