Author: pgollucci
Date: Tue Jan 3 06:52:50 2006
New Revision: 365646
URL: http://svn.apache.org/viewcvs?rev=365646&view=rev
Log:
add a twinge more documentation
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=365646&r1=365645&r2=365646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm Tue Jan 3 06:52:50 2006
@@ -470,6 +470,9 @@
my $cookies = Apache2::Cookie->fetch($r); # APR::Request::Cookie::Table ref
+ It should be noted, that with perl 5.8+ Iterator magic, table is able
+ to handle multiple cookies of the same name.
+
my %cookies = Apache2::Cookie->fetch($r);