1use Test::More tests => 2; 2use strict; 3use Data::Dumper; 4use FEAR::API -base, -url => 'http://directory.google.com'; 5 6ok($_->isa('FEAR::API')); 7is($_->{url}->[0], 'http://directory.google.com'); 8
1use Test::More tests => 2; 2use strict; 3use Data::Dumper; 4use FEAR::API -base, -url => 'http://directory.google.com'; 5 6ok($_->isa('FEAR::API')); 7is($_->{url}->[0], 'http://directory.google.com'); 8