aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorKaren Etheridge <karen@etheridge.ca>2010-08-16 13:39:07 -0700
committerKaren Etheridge <karen@etheridge.ca>2010-08-16 13:39:07 -0700
commitf45a6241c18e5aea4dab46007f252e51dad78569 (patch)
treea14c1105be530912db5252836456518b011a27b2 /Makefile.PL
parentbb7cca58bd0aeb53796d1e058082f04077c630cc (diff)
downloadmx-alwayscoerce-f45a6241c18e5aea4dab46007f252e51dad78569.tar.gz
mx-alwayscoerce-f45a6241c18e5aea4dab46007f252e51dad78569.zip
convert to using Test::Requires
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 39093b2..e41c5f9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,6 +8,7 @@ license 'perl';
test_requires 'Test::More' => '0.94';
test_requires 'Test::Exception';
test_requires 'Test::NoWarnings';
+test-requires 'Test::Requires';
requires 'Moose';
requires 'namespace::autoclean';