stas 2004/09/04 11:37:41
Modified: src/docs/2.0/api/Apache PerlSections.pod
Log:
<Limit> fix
Submitted by: Rici Lake <[EMAIL PROTECTED]>
Revision Changes Path
1.19 +3 -2 modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod
Index: PerlSections.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- PerlSections.pod 23 Aug 2004 21:16:03 -0000 1.18
+++ PerlSections.pod 4 Sep 2004 18:37:41 -0000 1.19
@@ -44,8 +44,9 @@
AuthName => 'test',
DirectoryIndex => [qw(index.html index.htm)],
Limit => {
- METHODS => 'GET POST',
- require => 'user dougm',
+ "GET POST" => {
+ require => 'user dougm',
+ }
},
};
</Perl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]