X-Git-Url: http://git.freeside.biz/gitweb/?p=Map-Splat.git;a=blobdiff_plain;f=Makefile.PL;h=ef4f90f683389c2820cfb2b64ec6be1d2d10d19b;hp=aee969791a468dbd2647d8676f34c53590a53725;hb=8ed21eb9d7ac09a3ab91bb3cd722ad6ebaa21494;hpb=0fa4cb99554008d229834423afa0550065e11028 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-*' },