Merge branch 'psgi'
[catagits/Catalyst-Devel.git] / Makefile.PL
index 14d3b08..0d74cd7 100644 (file)
@@ -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';