Editing: 03_badhost.t
#!perl use Test::More; use Test::RequiresInternet ( 'foobar' => 80 ); plan tests => 1; ok(1);
Save
Back