Help for this page
my $google = Google::Auth->login( email => 'test@gmail.com', ... my $contactlist = Google::ContactList->fetchall($google); isa_ok $contactlist, 'Google::ContactList';
ok( $google->isa('Google::Auth'), 'Constructed an instance of Google::Auth', );