X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=be4c23d629419ffc0ed0ed3666cff044a728604d;hb=343eb543bb4b21576a725d55e4d94192a4e4b52b;hp=25c4101d1713b30ad2f04de9030ed1b2d10da4f2;hpb=2eced27121e8557fe773f6f8804786f29f5660c1;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index 25c4101..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,9 +8,9 @@ all_from 'lib/MooseX/Daemonize.pm'; # Specific dependencies build_requires 'Test::More' => 0; -requires 'Proc::Daemon' => 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';