X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=be4c23d629419ffc0ed0ed3666cff044a728604d;hb=343eb543bb4b21576a725d55e4d94192a4e4b52b;hp=7acfffd233e4f38074147a1ac4cea142fad53ed5;hpb=ea9485d8cc815a443d6bb844858156d1fdb65a42;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index 7acfffd..be4c23d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install; +use inc::Module::Install 0.75; # Define metadata name 'MooseX-Daemonize'; @@ -8,8 +8,9 @@ all_from 'lib/MooseX/Daemonize.pm'; # Specific dependencies build_requires 'Test::More' => 0; -requires 'MooseX::Getopt' => 0; -requires 'Moose' => 0.20; +requires 'Moose' => 0.33; +requires 'MooseX::Getopt' => 0.07; +requires 'MooseX::Types::Path::Class' => 0; no_index 'directory' => 'examples';