more refactoring and first go at getting the tests to work again
[gitmo/MooseX-Dependent.git] / Makefile.PL
index de65056..c25ab1b 100644 (file)
@@ -15,6 +15,7 @@ requires 'Scalar::Util' => '1.19';
 requires 'Devel::PartialDump' => '0.07';
 
 build_requires 'Test::More' => '0.86';
+build_requires 'Test::Exception' => '0.27';
 
 auto_install;
 tests_recursive;