From: Dave Rolsky Date: Fri, 29 Oct 2010 15:24:36 +0000 (-0500) Subject: Switch to Test::Fatal X-Git-Tag: v0.21~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe884cbaa231599ae6804285421fed8896372204;p=gitmo%2FMooseX-ClassAttribute.git Switch to Test::Fatal --- diff --git a/dist.ini b/dist.ini index c4c16a9..f50dd56 100644 --- a/dist.ini +++ b/dist.ini @@ -33,9 +33,9 @@ Moose = 1.15 namespace::autoclean = 0 [Prereqs / TestRequires] -Test::More = 0.88 -Test::Exception = 0 -Scalar::Util = 0 -Test::Requires = 0.05 +Test::Fatal = 0 +Test::More = 0.88 +Test::Requires = 0.05 +Scalar::Util = 0 [@Git]