X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa760b133ae52389ae46b8051f46fc125198e337;hb=f9a80a4850d39ea8d6d01a2c4ed1f74e7ee48a07;hp=3155092afe8ebcb2f35d43dcb59b7a5961da5d80;hpb=9918773ac01a5610bbe99b9bf1a3ae9a8c918ff3;p=scpubgit%2Fstemmaweb.git diff --git a/Makefile.PL b/Makefile.PL index 3155092..fa760b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -55,6 +55,7 @@ requires 'Config::General'; # This should reflect the config file format you've 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');