Use Data::Dump::Sexp instead of pretty_print
[app-scheme79asm.git] / Makefile.PL
index 643e8388167bffccfed3fae893d2ad1b1bf745b1..628f6e91259a9c8c6d5eb45c9f3012ec3e15f8bc 100644 (file)
@@ -5,6 +5,7 @@ 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,
@@ -12,6 +13,9 @@ WriteMakefile(
                qw/Data::SExpression 0.41
                   List::MoreUtils   0.33/,
        },
+       TEST_REQUIRES     => {
+               qw/Data::Dump::Sexp 0/,
+       },
        META_ADD          => {
                dynamic_config => 0,
                resources      => {
This page took 0.010085 seconds and 4 git commands to generate.