1 ##############################################
3 ##############################################
10 test_begin(-tests => 3,
11 -requires_networking => 1);
12 use_ok 'Bio::Root::IO';
15 my $TESTURL = 'http://www.google.com/index.html';
19 ok $rio = Bio::Root::IO->new(-url=>$TESTURL), 'default -url method';
20 lives_ok {$rio = Bio::Root::IO->new(-url=>$TESTURL)};