API-Handle
view release on metacpan or search on metacpan
}
},
"develop" : {
"requires" : {
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Data::Dumper" : "0",
"HTTP::Request" : "0",
"JSON::XS" : "0",
"LWP::UserAgent" : "0",
"Moose" : "0",
"Moose::Role" : "0",
"Nour::Config" : "0",
"Nour::Database" : "0",
"Nour::Printer" : "0",
"OX::OAuth" : "0",
"String::CamelCase" : "0",
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: API-Handle
requires:
Carp: 0
Data::Dumper: 0
HTTP::Request: 0
JSON::XS: 0
LWP::UserAgent: 0
Moose: 0
Moose::Role: 0
Nour::Config: 0
Nour::Database: 0
Nour::Printer: 0
OX::OAuth: 0
String::CamelCase: 0
Makefile.PL view on Meta::CPAN
"BUILD_REQUIRES" => {},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "API-Handle",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "API::Handle",
"PREREQ_PM" => {
"Carp" => 0,
"Data::Dumper" => 0,
"HTTP::Request" => 0,
"JSON::XS" => 0,
"LWP::UserAgent" => 0,
"Moose" => 0,
"Moose::Role" => 0,
"Nour::Config" => 0,
"Nour::Database" => 0,
"Nour::Printer" => 0,
"OX::OAuth" => 0,
"String::CamelCase" => 0,
lib/API/Handle/Google/DFP.pm view on Meta::CPAN
package API::Handle::Google::DFP;
{
$API::Handle::Google::DFP::VERSION = '0.02';
}
use Moose;
use namespace::autoclean;
use HTTP::Request;
use Carp;
use Data::Dumper;
use feature ':5.10';
with 'API::Handle';
has _config => (
is => 'rw'
, isa => 'Nour::Config'
, handles => {
config => 'config'
, merge_config => 'merge'
, write_config => 'write'
( run in 0.462 second using v1.01-cache-2.11-cpan-a5abf4f5562 )