You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ge...@apache.org on 2003/10/02 15:33:29 UTC

cvs commit: modperl-docs/src/docs/2.0/api/Apache Const.pod

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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org