gozer 2004/08/11 11:15:07 Modified: src/docs/2.0/api/Apache Command.pod Log: soak_end_container was removed. Revision Changes Path 1.6 +0 -34 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Command.pod 11 Aug 2004 04:50:56 -0000 1.5 +++ Command.pod 11 Aug 2004 18:15:06 -0000 1.6 @@ -181,40 +181,6 @@ -=head2 C<soak_end_container> - -META: This probably belongs in Apache::CmdParams - -Read all data between the current E<lt>CommandE<gt> and the matching -E<lt>/CommandE<gt>. All of this data is forgotten immediately. - - $ret = $cmd->soak_end_container($directive); - -=over 4 - -=item obj: C<$cmd> -( C<L<Apache::CmdParms object|docs::2.0::api::Apache::CmdParms>> ) - -The cmd_parms to pass to the directives inside the container - -=item arg1: C<$directive> ( string ) - -The directive name to read until - -=item ret: C<$ret> ( string ) - -Error string on failure, C<undef> on success - -=item since: 1.99_12 - -=back - - - - - - - =head1 See Also L<mod_perl 2.0 documentation|docs::2.0::index>.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]