NAME
WWW::Google::Login::Status - status value for WWW::Google::Login
SYNOPSIS
if( $status->logged_in ) {
print "yay\n";
} elsif( $status->wrong_password ) {
print "wrong password!\n";
} else {
print "unknown error\n";
}
This module isn't intended for direct usage
REPOSITORY
The public repository of this module is https://github.com/Corion/WWW-Google-Login.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
AUTHOR
Max Maischein corion@cpan.org
COPYRIGHT (c)
Copyright 2016-2018 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.