projects
/
gitmo/MooseX-Daemonize.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
975de01
)
apply patch from RT#79169 - missing dependency on File::Path
Karen Etheridge [Mon, 15 Apr 2013 00:06:01 +0000 (17:06 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b1e6d3d
..
861eec0
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,6
+12,7
@@
build_requires 'Test::Moose' => 0;
requires 'Moose' => 0.33;
requires 'MooseX::Getopt' => 0.07;
requires 'MooseX::Types::Path::Class' => 0;
+requires 'File::Path' => 2.08;
no_index 'directory' => 'examples';