stas 2004/09/14 12:29:34 Modified: src/docs/2.0/api/Apache Command.pod Const.pod Directive.pod Log: minor tweaks Revision Changes Path 1.15 +1 -1 modperl-docs/src/docs/2.0/api/Apache/Command.pod Index: Command.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Command.pod,v retrieving revision 1.14 retrieving revision 1.15 diff -u -u -r1.14 -r1.15 --- Command.pod 14 Sep 2004 17:46:17 -0000 1.14 +++ Command.pod 14 Sep 2004 19:29:34 -0000 1.15 @@ -11,7 +11,7 @@ use Apache::Command (); my $module = Apache::Module::find_linked_module('mod_perl.c'); - for (my $cmd = $module->cmds(); $cmd; $cmd = $cmd->next()) { + for (my $cmd = $module->cmds; $cmd; $cmd = $cmd->next) { $cmd->args_how(); $cmd->errmsg(); $cmd->name(); 1.25 +12 -9 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.24 retrieving revision 1.25 diff -u -u -r1.24 -r1.25 --- Const.pod 14 Sep 2004 19:14:10 -0000 1.24 +++ Const.pod 14 Sep 2004 19:29:34 -0000 1.25 @@ -2182,7 +2182,7 @@ =head3 C<Apache::ACCESS_CONF> -F<*.conf> inside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> +F<*.conf> inside C<E<lt>DirectoryE<gt>> or C<E<lt>LocationE<gt>> =over @@ -2196,7 +2196,8 @@ =head3 C<Apache::OR_ALL> -(OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES) +C<Apache::OR_LIMIT | Apache::OR_OPTIONS | Apache::OR_FILEINFO | +Apache::OR_AUTHCFG | Apache::OR_INDEXES> =over @@ -2210,7 +2211,8 @@ =head3 C<Apache::OR_AUTHCFG> -F<*.conf> inside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> and F<.htaccess> when AllowOverride AuthConfig +F<*.conf> inside C<E<lt>DirectoryE<gt>> or C<E<lt>LocationE<gt>> and +F<.htaccess> when C<AllowOverride AuthConfig> =over @@ -2224,7 +2226,7 @@ =head3 C<Apache::OR_FILEINFO> -F<*.conf> anywhere and F<.htaccess> when AllowOverride FileInfo +F<*.conf> anywhere and F<.htaccess> when C<AllowOverride FileInfo> =over @@ -2238,7 +2240,7 @@ =head3 C<Apache::OR_INDEXES> -F<*.conf> anywhere and F<.htaccess> when AllowOverride Indexes +F<*.conf> anywhere and F<.htaccess> when C<AllowOverride Indexes> =over @@ -2252,7 +2254,8 @@ =head3 C<Apache::OR_LIMIT> -F<*.conf> inside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> and F<.htaccess> when AllowOverride Limit +F<*.conf> inside C<E<lt>DirectoryE<gt>> or C<E<lt>LocationE<gt>> and +F<.htaccess> when C<AllowOverride Limit> =over @@ -2280,7 +2283,7 @@ =head3 C<Apache::OR_OPTIONS> -F<*.conf> anywhere and F<.htaccess> when AllowOverride Options +F<*.conf> anywhere and F<.htaccess> when C<AllowOverride Options> =over @@ -2294,7 +2297,7 @@ =head3 C<Apache::OR_UNSET> -Unset a directive (in Allow) +Unset a directive (in C<Allow>) =over @@ -2308,7 +2311,7 @@ =head3 C<Apache::RSRC_CONF> -F<*.conf> outside E<lt>DirectoryE<gt> or E<lt>LocationE<gt> +F<*.conf> outside C<E<lt>DirectoryE<gt>> or C<E<lt>LocationE<gt>> =over 1.13 +2 -2 modperl-docs/src/docs/2.0/api/Apache/Directive.pod Index: Directive.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Directive.pod,v retrieving revision 1.12 retrieving revision 1.13 diff -u -u -r1.12 -r1.13 --- Directive.pod 14 Sep 2004 17:49:34 -0000 1.12 +++ Directive.pod 14 Sep 2004 19:29:34 -0000 1.13 @@ -22,9 +22,9 @@ my $node = $tree; while ($node) { print $node->as_string; - + #do something with $node - + my $directive = $node->directive; my $args = $node->args; my $filename = $node->filename;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]