We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d383f1 commit f75a0a5Copy full SHA for f75a0a5
1 file changed
t/bin.t
@@ -2,7 +2,10 @@
2
3
use strict;
4
5
-use Test::Needs { 'Test::Script' => 1.12, 'CGI::Carp' => 0 };
+use Test::Needs {
6
+ 'Test::Script' => 1.12, 'CGI::Carp' => 0, 'FCGI' => 0, 'FCGI::Buffer' => 0, 'Log::WarnDie' => 0,
7
+ 'CGI::ACL' => 0
8
+};
9
use Test::Most tests => 28;
10
11
BIN: {
0 commit comments