X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa760b133ae52389ae46b8051f46fc125198e337;hb=325d9f4176bba1c6811c031a75be3ef5eced7c94;hp=c5b870cd6b2d7cb2f4966070fb119a543ff031dd;hpb=85990daf0e04461abd1b789fb283848dd583c134;p=scpubgit%2Fstemmaweb.git diff --git a/Makefile.PL b/Makefile.PL index c5b870c..fa760b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,6 +53,9 @@ requires 'namespace::autoclean'; requires 'Config::General'; # This should reflect the config file format you've chosen # See Catalyst::Plugin::ConfigLoader for supported formats test_requires 'Test::More' => '0.88'; +test_requires 'LWP::Protocol::PSGI'; +test_requires 'Test::WWW::Mechanize'; +test_requires 'IPC::System::Simple'; catalyst; install_script glob('script/*.pl');