X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=34a5af70135508b1ee4ac8da13f2559f1ba41095;hb=cfdaa5d6c8e961e2b82d58cb0f529a6b7eed1ff9;hp=1cf9266cd3583076c095b1ca666e915840cd54b8;hpb=63a9e4b6d50cb93cf3ce69f04f3f7066f98e2e08;p=MojoFacets.git diff --git a/Makefile.PL b/Makefile.PL index 1cf9266..34a5af7 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,7 @@ WriteMakefile( 'File::Slurp' => 0, 'JSON' => 0, 'HTML::TableExtract' => 0, + 'File::Path' => 0, }, test => {TESTS => 't/*.t t/*/*.t t/*/*/*.t'} );