Group
Extension

Matches 1

Net-DNSbed ( Y/YH/YHPENG/Net-DNSbed-0.02.tgz, YHPENG, 2014; MetaCPAN )
Net-DNSbed/lib/Net/DNSbed.pm ( view source; MetaCPAN )
package Net::DNSbed;

use 5.006;
use warnings;
use strict;
use Carp qw/croak/;
use JSON;
use LWP::UserAgent;

use vars qw/$VERSION/;
$VERSION = '0.02';

sub new {
    my $class = shift;
    my $uid = 
form-urlencoded');
    $req->content($args);

    my $res = $ua->request($req);
    return decode_json($res->decoded_content);
}


1;


=head1 NAME

Net::DNSbed - Perl client for DNSbed API

=head1 VE

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