Author: joes
Date: Sun Feb 20 21:32:11 2011
New Revision: 1072737

URL: http://svn.apache.org/viewvc?rev=1072737&view=rev
Log:
doh, they don't take any additional args

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=1072737&r1=1072736&r2=1072737&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm Sun Feb 20 21:32:11 
2011
@@ -56,12 +56,9 @@ available.
 
 =head2 handle
 
-    APR::Request::Magic->handle(%args)
-
-Creates a new APR::Request::Magic object.  %args are the same options as for
-both APR::Request::CGI and APR::Request::Apache2, but not that the first 
argument
-(either $p or $r respectively) does not appear here.
+    APR::Request::Magic->handle()
 
+Creates a new APR::Request::Magic object.
 
 
 


Reply via email to