Author: pgollucci
Date: Tue Jan 3 07:26:31 2006
New Revision: 365661
URL: http://svn.apache.org/viewcvs?rev=365661&view=rev
Log:
add note about PerlOptions +GlobalRequest
Modified:
httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm
Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm?rev=365661&r1=365660&r2=365661&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm Tue Jan 3 07:26:31 2006
@@ -487,7 +487,8 @@
=item * C<Apache2::Cookie::fetch> now expects an C<$r> object as (second)
argument, although this isn't necessary in mod_perl 2 if
- C<Apache2::RequestUtil> is loaded.
+ C<Apache2::RequestUtil> is loaded and 'PerlOptions +GlobalRequest'
+ is in effect.
=item * C<Apache2::Cookie::parse> is gone.