use
5.020000;
use
ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME
=>
'Net::Ethereum'
,
VERSION_FROM
=>
'lib/Net/Ethereum.pm'
,
# finds $VERSION, requires EU::MM from perl >= 5.5
PREREQ_PM
=> {
"HTTP::Request"
=> 0,
"LWP::UserAgent"
=> 0,
"JSON"
=> 0,
"Math::BigInt"
=> 0,
"BigFloat"
=> 0,
"File::Slurper"
=> 0
},
# e.g., Module::Name => 1.1
# ABSTRACT_FROM => 'lib/Net/Ethereum.pm', # retrieve abstract from module
AUTHOR
=>
'Alexandre Frolov <frolov@itmatrix.ru>'
,
#LICENSE => 'perl',
#Value must be from legacy list of licenses here
);