Use Data::Dump::Sexp instead of pretty_print
[app-scheme79asm.git] / Makefile.PL
index 01a6524089c41f38fe44e52ff556c0f7ef9237bc..628f6e91259a9c8c6d5eb45c9f3012ec3e15f8bc 100644 (file)
@@ -5,11 +5,16 @@ WriteMakefile(
        NAME              => 'App::Scheme79asm',
        VERSION_FROM      => 'lib/App/Scheme79asm.pm',
        ABSTRACT_FROM     => 'lib/App/Scheme79asm.pm',
+       AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        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,
This page took 0.00909 seconds and 4 git commands to generate.