From: Karen Etheridge Date: Mon, 15 Apr 2013 00:06:01 +0000 (-0700) Subject: apply patch from RT#79169 - missing dependency on File::Path X-Git-Tag: 0.16~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Daemonize.git;a=commitdiff_plain;h=270491af0d9be5874a02eff0be758e72fb0783be apply patch from RT#79169 - missing dependency on File::Path --- diff --git a/Makefile.PL b/Makefile.PL index b1e6d3d..861eec0 100644 --- 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';