X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ab67d85fd22ff0c3a26a8b658f450596e3b571fb;hb=f4d6841847eb4d6292a5f09d9b0572103b2ac0d2;hp=b21a588c8f4cef6e4b34d23ae0cb0756590f40c4;hpb=69186a4879a2ddfed228c03e7a25d5455921dfb0;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index b21a588..ab67d85 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,14 +6,21 @@ 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::More' => 0.88; +test_requires 'Test::Fatal' => 0; no_index 'directory' => 'examples'; auto_manifest; -auto_repository; + +# r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git +repository 'git://git.moose.perl.org/MooseX-Daemonize.git'; + WriteAll;