From: Shawn M Moore Date: Tue, 9 Dec 2008 02:53:59 +0000 (+0000) Subject: Use Test::Exception in this test X-Git-Tag: 0.19~132 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=1ab26dbb7066717d0241029054627d0531333446 Use Test::Exception in this test --- diff --git a/t/033-readwrite.t b/t/033-readwrite.t index 78f45f8..877152e 100644 --- a/t/033-readwrite.t +++ b/t/033-readwrite.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 4; -use Mouse::Util ':test'; +use Test::Exception; do { package Class;