X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d74cd7202609a136e4733e4acefd9b945b03e9a;hb=26bd67249f41c80f7acb167e624b7b37d2aa6289;hp=c7ddfa525819a6967a0d24f6e71498863bb41722;hpb=bc750d3b259bace9fb67c9afd8cd8be585d04c26;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index c7ddfa5..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