Group
Extension

Matches 1

WebService-Decibel ( H/HO/HONDALLIC/WebService-Decibel-0.03.tar.gz, HONDALLIC, 2014; MetaCPAN )
WebService-Decibel/lib/WebService/Decibel.pm ( view source; MetaCPAN )
package WebService::Decibel;
use JSON::XS;
use Cache::LRU;
use Net::DNS::Lite;
use Furl;
use URI;
use URI::QueryParam;
use Carp;
use Moo;
use namespace::clean;
our $VERSION = "0.03";


$Net::DNS::Lite
   );

    if ( $content !~ /^\{/) {
        confess $content;
    } else {
        return decode_json( $content );
    }
}


1;
__END__

=encoding utf-8

=head1 NAME

WebService::Decibel - A simple a

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