Editing: 02_multiple_hosts.t
#!perl use Test::More; use Test::RequiresInternet ( 'www.google.com' => 80, 'www.yahoo.com' => 80 ); plan tests => 1; ok(1);
Save
Back