X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d73a9865bd5a189050abd5288e76d8dece6d8a45;hb=people%2Fapeiron%2Fsignal-name-fixes;hp=b21a588c8f4cef6e4b34d23ae0cb0756590f40c4;hpb=69186a4879a2ddfed228c03e7a25d5455921dfb0;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index b21a588..d73a986 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,8 @@ name 'MooseX-Daemonize'; all_from 'lib/MooseX/Daemonize.pm'; # Specific dependencies -build_requires 'Test::More' => 0; +build_requires 'Test::More' => 0; +build_requires 'Test::Moose' => 0; requires 'Moose' => 0.33; requires 'MooseX::Getopt' => 0.07; @@ -15,5 +16,5 @@ requires 'MooseX::Types::Path::Class' => 0; no_index 'directory' => 'examples'; auto_manifest; -auto_repository; +#auto_repository; WriteAll;