From: Tim Bunce Date: Fri, 28 Sep 2012 19:14:56 +0000 (+0900) Subject: add some PREREQ_PM X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=986013ef68c321e9e1f1cc2a8a9f25d63e3a72a7;p=p5sagit%2FDevel-Size.git add some PREREQ_PM --- diff --git a/Makefile.PL b/Makefile.PL index 2fe9deb..843514f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,12 @@ WriteMakefile( NAME => 'Devel::Memory', VERSION_FROM => 'lib/Devel/Memory.pm', DEFINE => "-DALIGN_BITS=$ptr_bits", - PREREQ_PM => { 'Test::More' => 0, XSLoader => 0, }, + PREREQ_PM => { + 'Test::More' => 0, + 'JSON::XS' => 0, + 'HTML::Entities' => 0, + XSLoader => 0, + }, EXE_FILES => [ 'bin/dmemtree.pl' ], (eval $ExtUtils::MakeMaker::VERSION >= 6.47 ? (MIN_PERL_VERSION => '5.005') : ()), (eval $ExtUtils::MakeMaker::VERSION >= 6.31 ? (LICENSE => 'perl') : ()),