Hi,

There is an error in the POD for Apache::test under the fetch method.  It
states that the return value of the fetch method is dependent on whether
it is called under a scalar or list context, when it is actually dependent
on whether it is called as a function or method.  I have attached the
patch for the POD.

Happy holidays,
T.J.
--- test.pm     Thu Dec 21 23:03:13 2000
+++ test.pm.new Thu Dec 21 23:35:30 2000
@@ -625,8 +625,8 @@
 submission and we add a 'Content_Type' header with a value of
 'application/x-www-form-urlencoded'.

-In a scalar context, fetch() returns the content of the web server's
-response.  In a list context, fetch() returns the content and the
+If called as a function, fetch() returns the content of the web server's
+response.  If called as a method, fetch() returns the
 HTTP::Response object itself.  This can be handy if you need to check
 the response headers, or the HTTP return code, or whatever.

Reply via email to