X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=68e659f5dc994a8fbbef98db4ee242c9db399398;hb=7bbffdcbbbcaea5f41326bf2748a7aa446c5f889;hp=2e3ad7d8e694501935459a09883c6cd7f1789b04;hpb=74fbb9dd08089803ba7775e8a4aaee36481020da;p=catagits%2FHTTP-Request-AsCGI.git diff --git a/README b/README index 2e3ad7d..68e659f 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ DESCRIPTION METHODS new ( $request [, key => value ] ) Contructor, first argument must be a instance of HTTP::Request - followed by optional pairs of environment keys and values. + followed by optional pairs of environment key and value. enviroment Returns a hashref containing the environment that will be used in @@ -69,6 +69,11 @@ METHODS Accessor for handle that will be used for STDERR, must be a real seekable handle with an file descriptor. +SEE ALSO + examples directory in this distribution. + WWW::Mechanize::CGI + Test::WWW::Mechanize::CGI + THANKS TO Thomas L. Shinnick for his valuable win32 testing.