Net-DynDNS-GoDaddy
view release on metacpan or search on metacpan
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Addr::MyIP" : "0",
"File::HomeDir" : "0",
"HTTP::Tiny" : "0",
"IO::Socket::SSL" : "0",
"JSON" : "0",
"perl" : "5.006"
}
},
"test" : {
"requires" : {
"Hook::Output::Tiny" : "0",
"Mock::Sub" : "0",
"Test::More" : "0"
}
version: '1.4'
name: Net-DynDNS-GoDaddy
no_index:
directory:
- t
- inc
requires:
Addr::MyIP: '0'
File::HomeDir: '0'
HTTP::Tiny: '0'
IO::Socket::SSL: '0'
JSON: '0'
perl: '5.006'
resources:
bugtracker: https://github.com/stevieb9/net-dyndns-godaddy/issues
repository: https://github.com/stevieb9/net-dyndns-godaddy.git
version: '0.04'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Makefile.PL view on Meta::CPAN
TEST_REQUIRES => {
'Hook::Output::Tiny' => 0,
'Mock::Sub' => '0',
'Test::More' => '0',
},
PREREQ_PM => {
'Addr::MyIP' => 0,
'File::HomeDir' => 0,
'HTTP::Tiny' => 0,
'JSON' => 0,
'IO::Socket::SSL' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Net-DynDNS-GoDaddy-*' },
);
# Compatibility with old versions of ExtUtils::MakeMaker
unless (eval { ExtUtils::MakeMaker->VERSION('6.64'); 1 }) {
my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES} || {};
@{$WriteMakefileArgs{PREREQ_PM}}{keys %$test_requires} = values %$test_requires;
}
( run in 0.713 second using v1.01-cache-2.11-cpan-4d50c553e7e )