X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cd8edc0916aec523ce4985ab0cde105aeb837107;hb=f453ca7bb70e9a1492510b328caa6b52459defd0;hp=be4c23d629419ffc0ed0ed3666cff044a728604d;hpb=343eb543bb4b21576a725d55e4d94192a4e4b52b;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index be4c23d..cd8edc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,13 +6,20 @@ 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; requires 'MooseX::Types::Path::Class' => 0; +requires 'File::Path' => 2.08; +test_requires 'Test::Exception' => 0; no_index 'directory' => 'examples'; -auto_install; +auto_manifest; + +# r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git +repository 'git://git.moose.perl.org/MooseX-Daemonize.git'; + WriteAll;