stas 2004/04/19 16:34:19 Modified: src/docs/2.0/api/APR Const.pod Log: new constant APR::TIMEUP Revision Changes Path 1.11 +28 -0 modperl-docs/src/docs/2.0/api/APR/Const.pod Index: Const.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Const.pod,v retrieving revision 1.10 retrieving revision 1.11 diff -u -u -r1.10 -r1.11 --- Const.pod 8 Apr 2004 21:25:25 -0000 1.10 +++ Const.pod 19 Apr 2004 23:34:19 -0000 1.11 @@ -672,6 +672,34 @@ +=head2 C<:status> + + use APR::Const -compile => qw(:status); + +The C<:status> group is for the API that return status code, or set +the error variable XXXXXX. + +The following section discusses in detail each of the available +C<:status> constants. + +=head3 C<APR::TIMEUP> + +The operation did not finish before the timeout. + +=over + +=item since: 1.99_14 + +=back + + + + + + + + +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]