use
strict;
use
warnings;
use
ExtUtils::MakeMaker;
#use File::ShareDir::Install;
#install_share dist=>"benchmark";
WriteMakefile(
NAME
=>
'Hustle::Table'
,
ABSTRACT_FROM
=>
'lib/Hustle/Table.pod'
,
VERSION_FROM
=>
'lib/Hustle/Table.pm'
,
MIN_PERL_VERSION
=>
'5.26.0'
,
#ref aliasing => 5.24
#@{^CAPTURE}=> 5.26
PREREQ_PM
=> {
"constant::more"
=>0,
"Template::Plex"
=>
"v0.4.2"
,
},
AUTHOR
=>
'Ruben Westerberg <drclaw@mac.com>'
,
LICENSE
=>
'mit'
,
TEST_REQUIRES
=> {
"Test::More"
=> 0},
CONFIGURE_REQUIRES
=> {
"ExtUtils::MakeMaker"
=>0},
META_ADD
=> {
"meta-spec"
=> {
version
=> 2
},
resources
=> {
repository
=>{
type
=>
"git"
,
}
}
}
#Value must be from legacy list of licenses here
);
#package
#MY;
#use File::ShareDir::Install qw<postamble>;