From: Dave Rolsky Date: Tue, 12 May 2009 14:08:15 +0000 (-0500) Subject: Oops, CMOP depends on Test::Exception 0.27, not 0.22 X-Git-Tag: 0.78~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c0026a424a469273e8a46decd93c3c0f8e6f3735;p=gitmo%2FMoose.git Oops, CMOP depends on Test::Exception 0.27, not 0.22 --- diff --git a/Makefile.PL b/Makefile.PL index 4d61fb9..95c8aa2 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.22'; +test_requires 'Test::Exception' => '0.27'; test_requires 'Test::Output' => '0.09'; if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) {