Captcha-Stateless-Text
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Captcha::Stateless::Text',
DISTNAME => 'Captcha-Stateless-Text',
VERSION_FROM => 'lib/Captcha/Stateless/Text.pm',
LICENSE => 'artistic_2',
AUTHOR => 'Lester Hightower <hightowe@cpan.org>',
dist => {'COMPRESS'=>'zip', 'SUFFIX' => '.zip'},
MIN_PERL_VERSION => 'v5.20', # for feature "signatures"
PREREQ_PM => {
'Sub::Util' => 0,
'Lingua::EN::Nums2Words' => 0,
'Try::Tiny' => 0,
'Crypt::Mode::CBC' => 0,
'JSON' => 0,
},
);
print "\n";
print "Do a 'make test' to test the module before installation\n";
print "Do a 'make install' to install the module.\n";
( run in 1.444 second using v1.01-cache-2.11-cpan-39bf76dae61 )