diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-11-09 18:08:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-11-09 18:08:05 +0000 |
commit | c0e4463163d4a9b9a8be073964ef960b114c9ea0 (patch) | |
tree | 8724404283e105fb04b857210825ec78cad1e7cb /Makefile.PL | |
parent | 55fd02987a0816d9d1c8a76b67fa2d44f8d57264 (diff) |
Some fixes for when warnings are on during test run.
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index aba781785..92f08e405 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,6 +49,8 @@ test_requires 'Test::More' => '0.88'; test_requires 'Test::WWW::Mechanize::Catalyst'; test_requires 'Sub::Override'; +tests 't/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t t/*/*/*/*/*.t'; + catalyst; install_script glob('script/*.pl'); |