[Catalyst-commits] r9877 - HTTP-Request-AsCGI/trunk/lib/HTTP/Request
hdp at dev.catalyst.perl.org
hdp at dev.catalyst.perl.org
Mon Apr 27 03:08:33 GMT 2009
Author: hdp
Date: 2009-04-27 04:08:33 +0100 (Mon, 27 Apr 2009)
New Revision: 9877
Modified:
HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
Log:
typos
Modified: HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
===================================================================
--- HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm 2009-04-27 03:07:15 UTC (rev 9876)
+++ HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm 2009-04-27 03:08:33 UTC (rev 9877)
@@ -313,7 +313,7 @@
=head1 DESCRIPTION
-Provides a convinient way of setting up an CGI environment from a HTTP::Request.
+Provides a convenient way of setting up an CGI environment from an HTTP::Request.
=head1 METHODS
@@ -321,8 +321,8 @@
=item new ( $request [, key => value ] )
-Constructor, first argument must be a instance of HTTP::Request
-followed by optional pairs of environment key and value.
+Constructor. The first argument must be a instance of HTTP::Request, followed
+by optional pairs of environment key and value.
=item environment
@@ -331,7 +331,7 @@
=item setup
-Setups the environment and descriptors.
+Sets up the environment and descriptors.
=item restore
More information about the Catalyst-commits
mailing list