stas 2003/03/13 14:46:52
Modified: src/docs/2.0/user/compat compat.pod Log: a minor language fix Revision Changes Path 1.60 +4 -3 modperl-docs/src/docs/2.0/user/compat/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- compat.pod 13 Mar 2003 01:14:37 -0000 1.59 +++ compat.pod 13 Mar 2003 22:46:52 -0000 1.60 @@ -481,8 +481,9 @@ C<$r-E<gt>current_callback> is now simply a C<Apache::current_callback> and can be called for any of the phases, -including those where C<$r> simply doesn't -exist. C<L<Apache::compat|docs::2.0::api::Apache::compat>> implements +including those where C<$r> simply doesn't exist. + +C<L<Apache::compat|docs::2.0::api::Apache::compat>> implements C<$r-E<gt>current_callback> for backwards compatibility. =head2 C<$r-E<gt>get_remote_host> @@ -538,7 +539,7 @@ if one wishes to simply read POST data, there is the more modern C<{setup,should,get}_client_block> API, and even more modern filter -API. Along with continued support for C<read(STDIN, ...)> and +API, along with continued support for C<read(STDIN, ...)> and C<$r-E<gt>read($buf, $r-E<gt>headers_in-E<gt>{'content-length'}>) =back