stas 2003/08/24 18:17:13 Modified: src/docs/2.0/api/Apache Const.pod src/docs/2.0/api/APR Const.pod Log: fix the broken syntax Revision Changes Path 1.2 +13 -13 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Const.pod 15 May 2003 04:04:04 -0000 1.1 +++ Const.pod 25 Aug 2003 01:17:13 -0000 1.2 @@ -11,7 +11,7 @@ =head2 C<:cmd_how> - use Apache::Const -compile qw(:cmd_how); + use Apache::Const -compile => qw(:cmd_how); The C<:cmd_how> group is for XXX constants. @@ -56,7 +56,7 @@ =head2 C<:common> - use Apache::Const -compile qw(:common); + use Apache::Const -compile => qw(:common); The C<:common> group is for XXX constants. @@ -89,7 +89,7 @@ =head2 C<:config> - use Apache::Const -compile qw(:config); + use Apache::Const -compile => qw(:config); The C<:config> group is for XXX constants. @@ -101,7 +101,7 @@ =head2 C<:filter_type> - use Apache::Const -compile qw(:filter_type); + use Apache::Const -compile => qw(:filter_type); The C<:filter_type> group is for XXX constants. @@ -128,7 +128,7 @@ =head2 C<:http> - use Apache::Const -compile qw(:http); + use Apache::Const -compile => qw(:http); The C<:http> group is for XXX constants. @@ -278,7 +278,7 @@ =head2 C<:input_mode> - use Apache::Const -compile qw(:input_mode); + use Apache::Const -compile => qw(:input_mode); The C<:input_mode> group is for XXX constants. @@ -305,7 +305,7 @@ =head2 C<:log> - use Apache::Const -compile qw(:log); + use Apache::Const -compile => qw(:log); The C<:log> group is for XXX constants. @@ -347,7 +347,7 @@ =head2 C<:methods> - use Apache::Const -compile qw(:methods); + use Apache::Const -compile => qw(:methods); The C<:methods> group is for XXX constants. @@ -440,7 +440,7 @@ =head2 C<:options> - use Apache::Const -compile qw(:options); + use Apache::Const -compile => qw(:options); The C<:options> group is for XXX constants. @@ -479,7 +479,7 @@ =head2 C<:override> - use Apache::Const -compile qw(:override); + use Apache::Const -compile => qw(:override); The C<:override> group is for XXX constants. @@ -518,7 +518,7 @@ =head2 C<:remotehost> - use Apache::Const -compile qw(:remotehost); + use Apache::Const -compile => qw(:remotehost); The C<:remotehost> group is for XXX constants. @@ -539,7 +539,7 @@ =head2 C<:satisfy> - use Apache::Const -compile qw(:satisfy); + use Apache::Const -compile => qw(:satisfy); The C<:satisfy> group is for XXX constants. @@ -557,7 +557,7 @@ =head2 C<:types> - use Apache::Const -compile qw(:types); + use Apache::Const -compile => qw(:types); The C<:types> group is for XXX constants. 1.3 +16 -16 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Const.pod 19 Aug 2003 19:31:28 -0000 1.2 +++ Const.pod 25 Aug 2003 01:17:13 -0000 1.3 @@ -11,7 +11,7 @@ =head2 C<:common> - use APR::Const -compile qw(:common); + use APR::Const -compile => qw(:common); The C<:common> group is for XXX constants. @@ -23,7 +23,7 @@ =head2 C<:error> - use APR::Const -compile qw(:error); + use APR::Const -compile => qw(:error); The C<:error> group is for XXX constants. @@ -194,7 +194,7 @@ =head2 C<:filemode> - use APR::Const -compile qw(:filemode); + use APR::Const -compile => qw(:filemode); The C<:filemode> group is for XXX constants. @@ -230,7 +230,7 @@ =head2 C<:filepath> - use APR::Const -compile qw(:filepath); + use APR::Const -compile => qw(:filepath); The C<:filepath> group is for XXX constants. @@ -260,7 +260,7 @@ =head2 C<:fileperms> - use APR::Const -compile qw(:fileperms); + use APR::Const -compile => qw(:fileperms); The C<:fileperms> group is for XXX constants. @@ -296,7 +296,7 @@ =head2 C<:finfo> - use APR::Const -compile qw(:finfo); + use APR::Const -compile => qw(:finfo); The C<:finfo> group is for XXX constants. @@ -374,7 +374,7 @@ =head2 C<:flock> - use APR::Const -compile qw(:flock); + use APR::Const -compile => qw(:flock); The C<:flock> group is for XXX constants. @@ -395,7 +395,7 @@ =head2 C<:hook> - use APR::Const -compile qw(:hook); + use APR::Const -compile => qw(:hook); The C<:hook> group is for XXX constants. @@ -419,7 +419,7 @@ =head2 C<:limit> - use APR::Const -compile qw(:limit); + use APR::Const -compile => qw(:limit); The C<:limit> group is for XXX constants. @@ -440,7 +440,7 @@ =head2 C<:lockmech> - use APR::Const -compile qw(:lockmech); + use APR::Const -compile => qw(:lockmech); The C<:lockmech> group is for XXX constants. @@ -467,7 +467,7 @@ =head2 C<:poll> - use APR::Const -compile qw(:poll); + use APR::Const -compile => qw(:poll); The C<:poll> group is for XXX constants. @@ -494,7 +494,7 @@ =head2 C<:read_type> - use APR::Const -compile qw(:read_type); + use APR::Const -compile => qw(:read_type); The C<:read_type> group is for XXX constants. @@ -509,7 +509,7 @@ =head2 C<:shutdown_how> - use APR::Const -compile qw(:shutdown_how); + use APR::Const -compile => qw(:shutdown_how); The C<:shutdown_how> group is for XXX constants. @@ -527,7 +527,7 @@ =head2 C<:socket> - use APR::Const -compile qw(:socket); + use APR::Const -compile => qw(:socket); The C<:socket> group is for XXX constants. @@ -563,7 +563,7 @@ =head2 C<:table> - use APR::Const -compile qw(:table); + use APR::Const -compile => qw(:table); The C<:table> group is for C<overlap()> and C<compress()> constants. See C<L<APR::Table|docs::2.0::api::APR::Table>> for details. @@ -579,7 +579,7 @@ =head2 C<:uri> - use APR::Const -compile qw(:uri); + use APR::Const -compile => qw(:uri); The C<:uri> group is for XXX constants.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]