added backward compatiblity for data migration
[MojoFacets.git] / Makefile.PL
index 75f2090..1cf9266 100755 (executable)
@@ -14,6 +14,12 @@ 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,
+               'HTML::TableExtract' => 0,
+       },
     test => {TESTS => 't/*.t t/*/*.t t/*/*/*.t'}
 );