Group
Extension

Matches 1

REST-Cot ( J/JM/JMMILLS/REST-Cot-0.006.tar.gz, JMMILLS, 2016; MetaCPAN )
REST-Cot/lib/REST/Cot/Generators.pm ( view source; MetaCPAN )
RSION = '0.006';
use 5.16.0;
use strict;
use warnings;
use Email::MIME::ContentType;
use URI;
use JSON;
use Carp qw[confess];
use Hash::Merge::Simple 'merge';
use namespace::autoclean;

sub progenitor
pplication') {
            my $decoded = $body;

            $decoded = from_json($body)
              if ($subtype eq 'json');

            $decoded = $response->responseXpath
              if ($subt

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