gozer 2004/10/19 12:50:58 Modified: src/docs/2.0/user/porting compat.pod Log: Implement Apache->unescape_url_info in Apache::compat and drop it from the official API for CGI::Util::unescape() as a suggested replacement Revision Changes Path 1.69 +13 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- compat.pod 6 Oct 2004 01:04:53 -0000 1.68 +++ compat.pod 19 Oct 2004 19:50:58 -0000 1.69 @@ -656,6 +656,19 @@ +=head2 C<Apache-E<gt>unescape_url_info> + +Apache-E<gt>unescape_url_info is not available in mod_perl 2.0 +API. Use C<CGI::Util::unescape> instead +(http://search.cpan.org/dist/CGI.pm/CGI/Util.pm). + +It is also available via +C<L<Apache::compat|docs::2.0::api::Apache::compat>> +for backwards compatibility. + + + + =head2 C<Apache::exit()> C<Apache::exit()> has been replaced with
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]