X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=be4c23d629419ffc0ed0ed3666cff044a728604d;hb=343eb543bb4b21576a725d55e4d94192a4e4b52b;hp=6c057594bf1a555c1d03a752779f5bfc4235eef2;hpb=d65240871556ea2dc4ac4835aa2c930a5e2ad595;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index 6c05759..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,7 +8,7 @@ all_from 'lib/MooseX/Daemonize.pm'; # Specific dependencies build_requires 'Test::More' => 0; -requires 'Moose' => 0.20; +requires 'Moose' => 0.33; requires 'MooseX::Getopt' => 0.07; requires 'MooseX::Types::Path::Class' => 0;