X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F06response.t;h=68e3ba2674745ebbbfd09f3cca1eb8c7a9cbb7d6;hb=9c216915d12ea486f286186438c98593c2a3c60b;hp=f3f98916aa300d328006e07ad728f4afcaa3457c;hpb=14f243e8c78199aad82785aa32f2f3e5409d9a9b;p=catagits%2FHTTP-Request-AsCGI.git diff --git a/t/06response.t b/t/06response.t index f3f9891..68e3ba2 100644 --- a/t/06response.t +++ b/t/06response.t @@ -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;