From: Dave Rolsky Date: Tue, 12 May 2009 14:06:08 +0000 (-0500) Subject: Depend on the latest Test::Exception (we just bumped the dep in CMOP, X-Git-Tag: 0.78~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ed11fed28ee83658633f870a46de1ada793bff5;p=gitmo%2FMoose.git Depend on the latest Test::Exception (we just bumped the dep in CMOP, might as well do it here too) --- diff --git a/Makefile.PL b/Makefile.PL index 2f78edc..4d61fb9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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} ) {