summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index aee9697..ef4f90f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,8 +18,12 @@ WriteMakefile(
'Test::More' => 0,
},
PREREQ_PM => {
+ 'File::chdir' => 0,
+ 'File::Slurp' => 0,
'XML::LibXML' => 2,
+ 'XML::LibXML::Simple' => 0,
'Image::Magick' => 0,
+ 'Moo' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Map-Splat-*' },