From: Dave Rolsky <autarch@urth.org>
Date: Fri, 29 Oct 2010 15:20:20 +0000 (-0500)
Subject: Switch to Test::Fatal
X-Git-Tag: v0.12~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd3705654087f20a632b711a818d12d3d75f7ab4;p=gitmo%2FMooseX-StrictConstructor.git

Switch to Test::Fatal
---

diff --git a/dist.ini b/dist.ini
index 24ae981..d17b9f6 100644
--- a/dist.ini
+++ b/dist.ini
@@ -32,7 +32,7 @@ repository.type   = git
 Moose = 0.94
 
 [Prereqs / TestRequires]
-Test::Exception = 0
-Test::More      = 0.88
+Test::Fatal = 0
+Test::More  = 0.88
 
 [@Git]