From: Justin Hunter Date: Thu, 23 Feb 2012 16:51:42 +0000 (-0500) Subject: no more Test::Exception X-Git-Tag: 0.001007~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=commitdiff_plain;h=c52f847ab091407c10541e333238536c75d3f169 no more Test::Exception --- diff --git a/t/01-string.t b/t/01-string.t index d29ef2b..807af4f 100644 --- a/t/01-string.t +++ b/t/01-string.t @@ -4,7 +4,6 @@ use strict; use warnings; use Test::More tests => 25; use Test::Fatal; -use Test::Exception; { package FooTest;