more refactoring and first go at getting the tests to work again
[gitmo/MooseX-Dependent.git] / Makefile.PL
index 9c352c5..c25ab1b 100644 (file)
@@ -15,14 +15,14 @@ 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;
-
 WriteAll;
 
 package MY;
 
 sub postamble {
-    return "pod2text \$< > \$@";
+    return "README:\tpod2text \$< > \$@";
 }