Captcha-noCAPTCHA
view release on metacpan or search on metacpan
}
},
"develop" : {
"requires" : {
"version" : "0.9901"
}
},
"runtime" : {
"requires" : {
"HTTP::Tiny" : "0",
"IO::Socket::SSL" : "1.56",
"JSON::PP" : "0",
"Net::SSLeay" : "1.49",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Test::More" : "0.88"
}
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Captcha-noCAPTCHA
provides:
Captcha::noCAPTCHA:
file: lib/Captcha/noCAPTCHA.pm
version: '0.16'
requires:
HTTP::Tiny: '0'
IO::Socket::SSL: '1.56'
JSON::PP: '0'
Net::SSLeay: '1.49'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/clarson/Captcha-noCAPTCHA/issues
homepage: https://github.com/clarson/Captcha-noCAPTCHA
repository: https://github.com/clarson/Captcha-noCAPTCHA.git
version: '0.16'
Makefile.PL view on Meta::CPAN
"AUTHOR" => "Chuck Larson",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Captcha-noCAPTCHA",
"EXE_FILES" => [],
"LICENSE" => "perl",
"NAME" => "Captcha::noCAPTCHA",
"PREREQ_PM" => {
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => "1.56",
"JSON::PP" => 0,
"Net::SSLeay" => "1.49",
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
"VERSION" => "0.16",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"ExtUtils::MakeMaker" => 0,
"HTTP::Tiny" => 0,
"IO::Socket::SSL" => "1.56",
"JSON::PP" => 0,
"Net::SSLeay" => "1.49",
"Test::More" => "0.88",
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
[GatherDir]
exclude_match = ^Captcha-noCAPTCHA
[MakeMaker]
[OurPkgVersion]
[GithubMeta]
issues = 1
[Prereqs]
IO::Socket::SSL = 1.56
Net::SSLeay = 1.49
[AutoPrereqs]
[GitFmtChanges]
max_age = 365
tag_regexp = ^.*$
file_name = Changes
log_format = short
t/000-report-versions-tiny.t view on Meta::CPAN
$pmver = '<undef>';
}
}
# So, we should be good, right?
return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
}
eval { $v .= pmver('ExtUtils::MakeMaker','any version') };
eval { $v .= pmver('HTTP::Tiny','any version') };
eval { $v .= pmver('IO::Socket::SSL','1.56') };
eval { $v .= pmver('JSON::PP','any version') };
eval { $v .= pmver('Net::SSLeay','1.49') };
eval { $v .= pmver('Test::More','0.88') };
eval { $v .= pmver('strict','any version') };
eval { $v .= pmver('warnings','any version') };
# All done.
$v .= <<'EOT';
( run in 0.544 second using v1.01-cache-2.11-cpan-4d50c553e7e )