geoff 2003/10/02 06:33:29 Modified: src/docs/2.0/api/Apache Const.pod Log: add in (brief) comments for Apache::CRLF and the other :platform constants Revision Changes Path 1.3 +19 -0 modperl-docs/src/docs/2.0/api/Apache/Const.pod Index: Const.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Const.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Const.pod 25 Aug 2003 01:17:13 -0000 1.2 +++ Const.pod 2 Oct 2003 13:33:29 -0000 1.3 @@ -516,6 +516,25 @@ +=head2 C<:platform> + + use Apache::Const -compile => qw(:platform); + +The C<:platform> group is for constants that may +differ from OS to OS. + +=head3 C<Apache::CRLF> + + +=head3 C<Apache::CR> + + +=head3 C<Apache::LF> + + + + + =head2 C<:remotehost> use Apache::Const -compile => qw(:remotehost);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]