Mailing List Archive

[PATCH] Small documentation repair
I noticed that the $r->request_time accessor method wasn't documented in
perldoc Apache, even though it has been available for almost two years
now :)

--- Apache.pm.orig Sat Feb 19 12:35:50 2000
+++ Apache.pm Sat Feb 19 12:38:47 2000
@@ -356,6 +356,11 @@
that the client speaks. Typical values will be "HTTP/1.0" or
"HTTP/1.1".

+=item $r->request_time
+
+Returns the time that the request was made. The time is the local unix
time
+in seconds since the epoch.
+
=item $r->uri( [$uri] )

The $r->uri method will return the requested URI, optionally changing
Re: [PATCH] Small documentation repair [ In reply to ]
On Sat, Feb 19, 2000 at 08:59:13PM -0800, Jeffrey W. Baker wrote:
> I noticed that the $r->request_time accessor method wasn't documented in
> perldoc Apache, even though it has been available for almost two years
> now :)
>
> --- Apache.pm.orig Sat Feb 19 12:35:50 2000
> +++ Apache.pm Sat Feb 19 12:38:47 2000
> @@ -356,6 +356,11 @@
> that the client speaks. Typical values will be "HTTP/1.0" or
> "HTTP/1.1".
>
> +=item $r->request_time
> +
> +Returns the time that the request was made. The time is the local unix
> time
> +in seconds since the epoch.
> +
> =item $r->uri( [$uri] )
>
> The $r->uri method will return the requested URI, optionally changing
>

Good catch! Committed.

--
Eric Cholet