X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=628f6e91259a9c8c6d5eb45c9f3012ec3e15f8bc;hb=refs%2Fheads%2Fmaster;hp=01a6524089c41f38fe44e52ff556c0f7ef9237bc;hpb=509643aa72045d0554141ef9f133788a6eee61e4;p=app-scheme79asm.git diff --git a/Makefile.PL b/Makefile.PL index 01a6524..628f6e9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,11 +5,16 @@ WriteMakefile( NAME => 'App::Scheme79asm', VERSION_FROM => 'lib/App/Scheme79asm.pm', ABSTRACT_FROM => 'lib/App/Scheme79asm.pm', + AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/Data::SExpression 0.41/, + qw/Data::SExpression 0.41 + List::MoreUtils 0.33/, + }, + TEST_REQUIRES => { + qw/Data::Dump::Sexp 0/, }, META_ADD => { dynamic_config => 0,