Add a test for packing
[p5sagit/App-FatPacker.git] / Makefile.PL
index f63558a..e0dfa26 100644 (file)
@@ -4,8 +4,6 @@ use inc::Module::Install 0.93;
 
 all_from('lib/App/FatPacker.pm');
 
-requires 'File::Path' => 2.07; # required for make_path/remove_tree
-
 install_script('bin/fatpack');
 
 WriteAll;