Add dependency on List::MoreUtils
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 19 Mar 2018 22:36:28 +0000 (00:36 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 19 Mar 2018 22:36:28 +0000 (00:36 +0200)
Makefile.PL

index 01a6524089c41f38fe44e52ff556c0f7ef9237bc..643e8388167bffccfed3fae893d2ad1b1bf745b1 100644 (file)
@@ -9,7 +9,8 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/Data::SExpression 0.41/,
+               qw/Data::SExpression 0.41
+                  List::MoreUtils   0.33/,
        },
        META_ADD          => {
                dynamic_config => 0,
This page took 0.009888 seconds and 4 git commands to generate.