fixed dependency for File::Path
tokuhirom [Wed, 21 Jul 2010 23:28:44 +0000 (08:28 +0900)]
Makefile.PL

index e0dfa26..f63558a 100644 (file)
@@ -4,6 +4,8 @@ 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;