fill in PREREQ_PM
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 5 Apr 2010 14:18:15 +0000 (16:18 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 5 Apr 2010 14:18:15 +0000 (16:18 +0200)
Makefile.PL

index 75f2090..9ba193f 100755 (executable)
@@ -14,6 +14,11 @@ WriteMakefile(
     VERSION_FROM => 'lib/MojoFacets.pm',
     AUTHOR       => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
     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'}
 );