Skip to content

Commit e8a24d2

Browse files
committed
t/Root/RootIO.t: mark LWP::Protocol::https as prerequesite for test (#385)
1 parent 6af7f15 commit e8a24d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/Root/RootIO.t

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ use warnings;
88
BEGIN {
99
use Bio::Root::Test;
1010
test_begin(-tests => 3,
11-
-requires_networking => 1);
11+
-requires_modules => ["LWP::Protocol::https"],
12+
-requires_networking => 1);
1213
use_ok 'Bio::Root::IO';
1314
}
1415

0 commit comments

Comments
 (0)