Group
Extension

Matches 1

WebService-VerifyEmail ( N/NE/NEILB/WebService-VerifyEmail-0.03.tar.gz, NEILB, 2015; MetaCPAN )
WebService-VerifyEmail/lib/WebService/VerifyEmail.pm ( view source; MetaCPAN )
::VerifyEmail::VERSION = '0.03';
use 5.006;
use Moo;
use Net::HTTP::Tiny qw(http_get);
use JSON qw(decode_json);
use WebService::VerifyEmail::Response;

has username => (is => 'ro');
has password => (
rd,
                   $email_address);
    return WebService::VerifyEmail::Response->new( decode_json( http_get($url) ) );
}

1;

=head1 NAME

WebService::VerifyEmail - check validity of an email add

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.