X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=83a14de4398db158852f8d170a1f43417a899e97;hb=0efdf046c7aca351b543db7ba5ec42fe07ceb221;hp=069f0ad4957b7a31de5296adfea7c11d61628547;hpb=7d386bcebaeb6b9832c91b06dc25f5679bb3657e;p=catagits%2FCatalystX-Script-Server-Starman.git diff --git a/Makefile.PL b/Makefile.PL index 069f0ad..83a14de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,9 @@ all_from 'lib/CatalystX/Script/Server/Starman.pm'; requires 'Moose'; requires 'namespace::autoclean'; -build_requires 'Catalyst::Runtime' => '5.89'; +requires 'Catalyst::Runtime' => '5.89'; +requires 'Starman'; + build_requires 'Test::WWW::Mechanize::Catalyst'; build_requires 'Test::More' => '0.88';