projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
391a575
)
fixed dependency for File::Path
tokuhirom [Wed, 21 Jul 2010 23:28:44 +0000 (08:28 +0900)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e0dfa26
..
f63558a
100644
(file)
--- 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;