Added more documentation and tests
[catagits/HTTP-Request-AsCGI.git] / t / 06response.t
index f3f9891..68e3ba2 100644 (file)
@@ -13,7 +13,7 @@ my $response;
 
 {
     my $r = HTTP::Request->new( GET => 'http://www.host.com/' );
-    my $c = HTTP::Request::AsCGI->new($r);
+    my $c = HTTP::Request::AsCGI->new( request => $r );
 
     $c->setup;