Editing: 00_load.t
#!perl -T use Test::More tests => 1; use strict; BEGIN { require_ok( 'Test::RequiresInternet' ) || print "Bail out!\n"; } diag( "Testing Test::RequiresInternet $Test::RequiresInternet::VERSION, Perl $], $^X" );
Save
Back