Group
Extension

Matches 1

WWW-TVMaze ( B/BS/BSM/WWW-TVMaze-0.06.tar.gz, BSM, 2016; MetaCPAN )
WWW-TVMaze/lib/WWW/TVMaze.pm ( view source; MetaCPAN )
package WWW::TVMaze;

use 5.006;
use strict;
use warnings;
use Mouse;
use LWP::UserAgent;
use JSON::XS;
use DateTime;
use Params::Validate qw(:all);

=head1 NAME

WWW::TVMaze - Interface to TVMaze API
	return {};
	}

	my $data = {};
	eval {
		$data = decode_json($response->decoded_content);
	};
	if ($@) {
		$self->error('problem decoding json');
		return undef;
	}
	return $data;
}







=head1 AUT

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