aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authortimbunce <timbunce@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-03-25 14:57:59 +0000
committertimbunce <timbunce@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-03-25 14:57:59 +0000
commit8cfd57a1af1b5a83e90407c592395d1e9fa8236a (patch)
tree0674a330de48f974bf4a73ee6ce6f24e00e7b17d /Makefile.PL
parent049c71f9d70c9849bc4cc48c5176e1ea89328a27 (diff)
downloadreaction-8cfd57a1af1b5a83e90407c592395d1e9fa8236a.tar.gz
reaction-8cfd57a1af1b5a83e90407c592395d1e9fa8236a.zip
Add test_requires 'Test::WWW::Mechanize::Catalyst'
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 699ad33..05aa8e2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -43,6 +43,7 @@ requires 'File::ShareDir' => '1.00';
requires 'namespace::clean' => '0.08';
requires 'Catalyst::Component::ACCEPT_CONTEXT';
requires 'Catalyst::Component::InstancePerContext';
+test_requires 'Test::WWW::Mechanize::Catalyst';
install_share;