Depend on the latest Test::Exception (we just bumped the dep in CMOP,
Dave Rolsky [Tue, 12 May 2009 14:06:08 +0000 (09:06 -0500)]
might as well do it here too)

Makefile.PL

index 2f78edc..4d61fb9 100644 (file)
@@ -20,7 +20,7 @@ requires 'Data::OptList'    => '0';
 requires 'Sub::Name'        => '0';
 
 test_requires 'Test::More'      => '0.77';
-test_requires 'Test::Exception' => '0.21';
+test_requires 'Test::Exception' => '0.22';
 test_requires 'Test::Output'    => '0.09';
 
 if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) {