You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2008/11/27 17:44:31 UTC

svn commit: r721239 - in /httpd/apreq/branches/v2_10: ./ glue/perl/lib/Apache2/Request.pm

Author: pgollucci
Date: Thu Nov 27 08:44:31 2008
New Revision: 721239

URL: http://svn.apache.org/viewvc?rev=721239&view=rev
Log:
Backport 721238


Modified:
    httpd/apreq/branches/v2_10/   (props changed)
    httpd/apreq/branches/v2_10/glue/perl/lib/Apache2/Request.pm

Propchange: httpd/apreq/branches/v2_10/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Nov 27 08:44:31 2008
@@ -1 +1 @@
-/httpd/apreq/trunk:662072,662082,688788,721096
+/httpd/apreq/trunk:662072,662082,688788,721096,721238

Modified: httpd/apreq/branches/v2_10/glue/perl/lib/Apache2/Request.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/branches/v2_10/glue/perl/lib/Apache2/Request.pm?rev=721239&r1=721238&r2=721239&view=diff
==============================================================================
--- httpd/apreq/branches/v2_10/glue/perl/lib/Apache2/Request.pm (original)
+++ httpd/apreq/branches/v2_10/glue/perl/lib/Apache2/Request.pm Thu Nov 27 08:44:31 2008
@@ -399,7 +399,7 @@
 addressed when porting 1.X apps to the new 2.X API.
 
 
-=over 5
+=over 4
 
 =item * Apache2::Upload is now a separate module.  Applications
         requiring the upload API must C<use Apache2::Upload> in 2.X.