use 5.035010;
WriteMakefile(
NAME => 'Test::Named',
VERSION_FROM => 'lib/Test/Named.pm',
PREREQ_PM => { },
BUILD_REQUIRES => {
"Test::More" => 0,
},
ABSTRACT_FROM => 'lib/Test/Named.pm',
AUTHOR => 'Alejandro Imass <alejandroimass@nonet>',
LICENSE => 'artistic_2',
META_MERGE => {
"meta-spec" => { version => 2 },
resources => {
repository => {
type => 'git',
},
},
},
);