Skip to content

Commit

Permalink
cleanly specified required HTTP::Engine version for test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Jul 21, 2010
1 parent 3b6a97f commit 5be1062
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/030_upload/002_he.t
@@ -1,7 +1,10 @@
use strict;
use warnings;
use FormValidator::Lite;
use Test::Requires 'HTTP::Engine', 'HTTP::Engine::Request', 'HTTP::Request';
use Test::Requires {
'HTTP::Engine' => '0.03004',
};
use Test::Requires 'HTTP::Engine::Interface::Test', 'HTTP::Engine::Request', 'HTTP::Request';
use Test::More tests => 8;

do {
Expand Down

0 comments on commit 5be1062

Please sign in to comment.