X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d74cd7202609a136e4733e4acefd9b945b03e9a;hb=c7537c1dea02679e0967c08b72f3894acee463c4;hp=14d3b08d7a8bd2a64fb095d8503ed4f3df503617;hpb=3260ae5d0af06bc19bf754d8062998a51513691a;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index 14d3b08..0d74cd7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,6 +21,8 @@ requires 'File::ChangeNotify' => '0.07'; requires 'File::Copy::Recursive'; requires 'Path::Class' => '0.09'; requires 'Template' => '2.14'; +requires 'MooseX::Daemonize'; # Optional in scripts +requires 'Starman'; # Optional in scripts # The Catalyst applications this module distribution have a Makefile.PL using # Module::Install as well as the Module::Install::Catalyst extension included in @@ -34,6 +36,7 @@ author_requires 'Module::Info'; author_requires 'File::Find::Rule'; test_requires 'Test::More' => '0.94'; +test_requires 'Test::Fatal' => '0.003'; install_share 'share';