stas        2002/11/26 03:03:02

  Modified:    src/docs/1.0/guide troubleshooting.pod
  Log:
  add a new troubleshooting section:
  Problematic Perl Modules
  - add IPC::Open*
  
  Revision  Changes    Path
  1.16      +14 -0     modperl-docs/src/docs/1.0/guide/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- troubleshooting.pod       26 Nov 2002 07:39:57 -0000      1.15
  +++ troubleshooting.pod       26 Nov 2002 11:03:02 -0000      1.16
  @@ -650,6 +650,20 @@
   can succeed on the second load.  Without that flag, the second load
   fails.
   
  +=head1 Problematic Perl Modules
  +
  +Here is the list of Perl Modules that are known to have problems under
  +mod_perl 1.0 and possible workarounds, solutions.
  +
  +=over 
  +
  +=item C<IPC::Open*>
  +
  +use C<IPC::Run> instead. It provides the same functionality as the
  +C<IPC::Open*> family and more... and it works fine with mod_perl.
  +
  +=back
  +
   =head1 Maintainers
   
   Maintainer is the person(s) you should contact with updates,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to