API-Google
view release on metacpan or search on metacpan
"Crypt::JWT" : "0",
"Data::Dumper" : "0",
"Mojo::UserAgent" : "0",
"Mojo::Util" : "0",
"Mojolicious::Commands" : "0",
"Mojolicious::Lite" : "0",
"Mojolicious::Plugin::OAuth2" : "0",
"Net::EmptyPort" : "0",
"Tie::File" : "0",
"feature" : "0",
"parent" : "0",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Test::More" : "0",
"perl" : "5.006"
}
}
Crypt::JWT: '0'
Data::Dumper: '0'
Mojo::UserAgent: '0'
Mojo::Util: '0'
Mojolicious::Commands: '0'
Mojolicious::Lite: '0'
Mojolicious::Plugin::OAuth2: '0'
Net::EmptyPort: '0'
Tie::File: '0'
feature: '0'
parent: '0'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/pavelsr/API-Google/issues
repository: git://github.com/pavelsr/API-Google.git
version: '0.12'
x_serialization_backend: 'YAML::Tiny version 1.69'
Makefile.PL view on Meta::CPAN
"Crypt::JWT" => 0,
"Data::Dumper" => 0,
"Mojo::UserAgent" => 0,
"Mojo::Util" => 0,
"Mojolicious::Commands" => 0,
"Mojolicious::Lite" => 0,
"Mojolicious::Plugin::OAuth2" => 0,
"Net::EmptyPort" => 0,
"Tie::File" => 0,
"feature" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "0.12",
"test" => {
"TESTS" => "t/*.t"
}
Makefile.PL view on Meta::CPAN
"Data::Dumper" => 0,
"Mojo::UserAgent" => 0,
"Mojo::Util" => 0,
"Mojolicious::Commands" => 0,
"Mojolicious::Lite" => 0,
"Mojolicious::Plugin::OAuth2" => 0,
"Net::EmptyPort" => 0,
"Test::More" => 0,
"Tie::File" => 0,
"feature" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
lib/API/Google/GCal.pm view on Meta::CPAN
package API::Google::GCal;
$API::Google::GCal::VERSION = '0.12';
use parent 'API::Google';
# use base 'API::Google';
# ABSTRACT: Google Calendar API client
sub new {
my ($class, $params) = @_;
my $self = API::Google->new($params);
( run in 0.262 second using v1.01-cache-2.11-cpan-4d50c553e7e )