aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@cpan.org>2010-07-13 02:46:03 -0400
committerRafael Kitover <rkitover@cpan.org>2010-07-13 02:46:03 -0400
commitdf491f72df4e5e7d9edda466a9408528c843ba33 (patch)
tree2677c0e92f9d5b39100428e7927ee20db7e10b1b /Makefile.PL
parent9e804fe12e784d73f58f24ca322b5ae8405f3f5e (diff)
downloadmx-alwayscoerce-df491f72df4e5e7d9edda466a9408528c843ba33.tar.gz
mx-alwayscoerce-df491f72df4e5e7d9edda466a9408528c843ba33.zip
switch to Test::Exception, add failing test for MooseX::Method::Signatures
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0ee133f..5809596 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,8 @@ all_from 'lib/MooseX/AlwaysCoerce.pm';
author 'Rafael Kitover <rkitover@cpan.org>';
license 'perl';
-test_requires 'Test::More';
+test_requires 'Test::More' => '0.94';
+test_requires 'Test::Exception';
requires 'Moose';
requires 'namespace::autoclean';