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 2006/09/28 07:00:08 UTC

svn commit: r450694 - /httpd/apreq/trunk/FAQ.pod

Author: pgollucci
Date: Wed Sep 27 22:00:07 2006
New Revision: 450694

URL: http://svn.apache.org/viewvc?view=rev&rev=450694
Log:
Update FAQ to include note about similiar error message but the same issue.

Reported by: Jay Truesdale <mj...@gmail.com>

Modified:
    httpd/apreq/trunk/FAQ.pod

Modified: httpd/apreq/trunk/FAQ.pod
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/FAQ.pod?view=diff&rev=450694&r1=450693&r2=450694
==============================================================================
--- httpd/apreq/trunk/FAQ.pod (original)
+++ httpd/apreq/trunk/FAQ.pod Wed Sep 27 22:00:07 2006
@@ -50,6 +50,9 @@
 I<Apache2::Upload> is now a separate module in apreq2, so you need to 
 C<use Apache2::Upload> to load the C<Apache2::Request::upload> function.
 
+This also applies to "Can't locate auto/APR/Request/Param/slurp.al in @INC".
+This is because I<Apache2::Upload> is implement by wrapping the I<APR::Request::*>
+packages.