use Test::More; ok( my $google = Google::Auth->login(email => 'test@gmail.com', password => 'pass', service => 'cp'); my $contactlist = Google::ContactList->fetchall($google); );