Author: joes
Date: Sat Feb 5 18:41:21 2011
New Revision: 1067480
URL: http://svn.apache.org/viewvc?rev=1067480&view=rev
Log:
unnecessary remarks
Modified:
httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm
Modified: httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm?rev=1067480&r1=1067479&r2=1067480&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm Sat Feb 5 18:41:21
2011
@@ -19,17 +19,11 @@ else {
# Notes:
#
-# 1) module authors should accept an APR::Request object in their
-# args to new() instead of pulling out an apreq handle internally.
-# the reason is that in a cgi context you'll need to share the
-# pool with your users if they are to use apreq outside of your module,
-# which is probably more trouble than it's worth.
-#
-# 2) the way to use this module is trivial:
+# 1) the way to use this module is trivial:
#
# use APR::Request::Magic;
#
# my $apreq = APR::Request::Magic->handle(@typical_args_sans_the_first_one);
# # do stuff with $apreq which is an APR::Request object
#
-# 3) Be sure PerlOptions +GlobalRequest is set for mp2.
+# 2) Be sure PerlOptions +GlobalRequest is set for mp2.