-
-
04 Oct 2018 07:20:13 UTC
- Distribution: WWW-Google-Login
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (327 / 0 / 16)
- Kwalitee
Bus factor: 1- 19.20% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (15.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install WWW::Google::Login, copy and paste the appropriate command in to your terminal.
cpanm WWW::Google::Login
perl -MCPAN -e shell install WWW::Google::Login
For more information on module installation, please visit the detailed CPAN module installation guide.