CryptoTron-JsonHttp
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.008008;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'CryptoTron::JsonHttp',
VERSION_FROM => 'lib/CryptoTron/JsonHttp.pm', # Finds $VERSION from file, requires EU::MM from perl >= 5.5
PREREQ_PM => {'CryptoTron' => '0.10',
'Try::Catch' => '1.1.0',
'Simple::Filter::Macro' => '0.08',
'File::Basename' => '2.85',
'URI' => '1.76',
'POSIX' => '1.88',
'JSON::PP' => '4.11',
'LWP::UserAgent' => '6.43'}, # e.g. 'Module::Name' => '1.1'
AUTHOR => 'Dr. Peter Netz <ztenretep@cpan.org>',
ABSTRACT => 'Perl extension for use of with the Tron blockchain', # Direct definition of ABSTRACT
LICENSE => 'mit'
# VERSION => '0.01', # Direct definition of VERSION
# ABSTRACT_FROM => 'lib/CryptoTron/JsonHttp.pm', # Retrieve abstract from module
# Value must be from legacy list of licenses here
# http://search.cpan.org/perldoc?Module%3A%3ABuild%3A%3AAPI
);
( run in 0.567 second using v1.01-cache-2.11-cpan-39bf76dae61 )