X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ab67d85fd22ff0c3a26a8b658f450596e3b571fb;hb=f4d6841847eb4d6292a5f09d9b0572103b2ac0d2;hp=cd8edc0916aec523ce4985ab0cde105aeb837107;hpb=c3be5936c21b0b0128b80727cd66fa1771fd3772;p=gitmo%2FMooseX-Daemonize.git diff --git a/Makefile.PL b/Makefile.PL index cd8edc0..ab67d85 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,8 @@ 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; +test_requires 'Test::More' => 0.88; +test_requires 'Test::Fatal' => 0; no_index 'directory' => 'examples';