From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: test for Internet before declaring number of tests that must pass
--- libbio-db-embl-perl.orig/t/EMBL.t
+++ libbio-db-embl-perl/t/EMBL.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-    use Test::Most tests => 16;
     use Test::RequiresInternet;
+    use Test::Most tests => 16;
 
     # test_begin(-tests => 16,
     #            -requires_modules    => [qw(IO::String
