Add note about using TTD
[scpubgit/stemmaweb.git] / Makefile.PL
index c5b870c..fa760b1 100644 (file)
@@ -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');