stas        2004/08/12 18:49:54

  Modified:    src/modules/perl modperl_error.c
  Log:
  more comments
  
  Revision  Changes    Path
  1.6       +2 -1      modperl-2.0/src/modules/perl/modperl_error.c
  
  Index: modperl_error.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_error.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- modperl_error.c   12 Aug 2004 23:38:02 -0000      1.5
  +++ modperl_error.c   13 Aug 2004 01:49:54 -0000      1.6
  @@ -50,7 +50,8 @@
    * ""). for example trying to require a file in modperl_croak(), will
    * cause 'panic: POPSTACK' and the process will exit. Dave fixed that
    * in perl Change 23209 by [EMAIL PROTECTED] on 2004/08/09 19:48:57,
  - * which will hopefully appear in perl 5.8.6.
  + * which will hopefully appear in perl 5.8.6. for now workaround this
  + * perl bug by setting the taint mode off for the APR/Error loading.
    */
   
   /* croak with $@ as a APR::Error object
  
  
  

Reply via email to