From: Hans Dieter Pearcey Date: Mon, 27 Apr 2009 03:08:33 +0000 (+0000) Subject: typos X-Git-Tag: v1.0~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a0e0b26d03e85829929c571ca08a3d3a9a0df45;hp=d81c435b1bc75df9f80735f579bdf3ba217da4d2;p=catagits%2FHTTP-Request-AsCGI.git typos --- diff --git a/lib/HTTP/Request/AsCGI.pm b/lib/HTTP/Request/AsCGI.pm index 7b16729..4356c93 100644 --- a/lib/HTTP/Request/AsCGI.pm +++ b/lib/HTTP/Request/AsCGI.pm @@ -313,7 +313,7 @@ __END__ =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 @@ Provides a convinient way of setting up an CGI environment from a HTTP::Request. =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 @@ Changing the hashref after setup has been called will have no effect. =item setup -Setups the environment and descriptors. +Sets up the environment and descriptors. =item restore