X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=9ba193f70dee8fda22391afa3fd91ea0d3daa1a7;hb=2d6dc8d82ca0e1afdd1055a7b5ebd580fe625857;hp=75f2090f6171d0aaf4f9215768c5808276f61ef7;hpb=3e24cfbf14db2cd18b569e0bf941ef554900b326;p=MojoFacets.git diff --git a/Makefile.PL b/Makefile.PL index 75f2090..9ba193f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,11 @@ WriteMakefile( VERSION_FROM => 'lib/MojoFacets.pm', AUTHOR => 'Dobrica Pavlinusic ', EXE_FILES => ['script/mojo_facets'], - PREREQ_PM => { 'Mojo' => '0.9003' }, + PREREQ_PM => { + 'Mojo' => '0.9003', + 'Data::Dump' => 0, + 'File::Slurp' => 0, + 'JSON' => 0, + }, test => {TESTS => 't/*.t t/*/*.t t/*/*/*.t'} );