Author: stas
Date: Tue Apr 12 07:50:24 2005
New Revision: 161059
URL: http://svn.apache.org/viewcvs?view=rev&rev=161059
Log:
add a contact info
Modified:
httpd/apreq/branches/1.x/Cookie/Cookie.pm
httpd/apreq/branches/1.x/Request/Request.pm
Modified: httpd/apreq/branches/1.x/Cookie/Cookie.pm
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/Cookie/Cookie.pm?view=diff&r1=161058&r2=161059
==============================================================================
--- httpd/apreq/branches/1.x/Cookie/Cookie.pm (original)
+++ httpd/apreq/branches/1.x/Cookie/Cookie.pm Tue Apr 12 07:50:24 2005
@@ -177,6 +177,10 @@
=back
+=head1 AUTHOR
+
+libapreq developers can be reached at apreq-dev (about) httpd.apache.org
+
=head1 SEE ALSO
Apache(3), Apache::Request(3), CGI::Cookie(3)
Modified: httpd/apreq/branches/1.x/Request/Request.pm
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/Request/Request.pm?view=diff&r1=161058&r2=161059
==============================================================================
--- httpd/apreq/branches/1.x/Request/Request.pm (original)
+++ httpd/apreq/branches/1.x/Request/Request.pm Tue Apr 12 07:50:24 2005
@@ -414,6 +414,10 @@
libapreq(3), Apache::Table(3)
+=head1 AUTHOR
+
+libapreq developers can be reached at apreq-dev (about) httpd.apache.org
+
=head1 CREDITS
This interface is based on the original pure Perl version by Lincoln Stein.