Skip to content

Commit

Permalink
depend on possibly new HTTP::Request::AsCGI that fixes REQUEST_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jan 11, 2010
1 parent f025d27 commit 10d5cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Plack-Server/cgi.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
use Test::Requires {
'HTTP::Request::AsCGI' => 1.0,
'HTTP::Request::AsCGI' => 1.2,
};
use Test::More;
use FindBin;
Expand Down

0 comments on commit 10d5cc0

Please sign in to comment.