joes 2004/06/10 07:27:41
Modified: glue/perl/xsbuilder/Apache/Request Request_pod
Log:
Document possible change in slurp() related to similar read-type functions
from from mp2.
Revision Changes Path
1.10 +3 -1
httpd-apreq-2/glue/perl/xsbuilder/Apache/Request/Request_pod
Index: Request_pod
===================================================================
RCS file:
/home/cvs/httpd-apreq-2/glue/perl/xsbuilder/Apache/Request/Request_pod,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Request_pod 8 Jun 2004 04:13:36 -0000 1.9
+++ Request_pod 10 Jun 2004 14:27:41 -0000 1.10
@@ -249,7 +249,9 @@
=head2 slurp
Reads the full contents of a file upload into the scalar argument.
-The return value is the APR status code (0 on success, error otherwise).
+The return value is currently an APR status code (0 on success, error
otherwise),
+but this may change in a future release (to bring this function
+in line with similar read-type functions in mp2).
# print out the upload file
my $contents;