From: tokuhirom Date: Wed, 21 Jul 2010 23:28:44 +0000 (+0900) Subject: fixed dependency for File::Path X-Git-Tag: v0.9.4~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=453d9fe68279ec9a803e111c80bf3324be34a369 fixed dependency for File::Path --- diff --git a/Makefile.PL b/Makefile.PL index e0dfa26..f63558a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;