From: Shawn M Moore Date: Wed, 3 Dec 2008 03:18:55 +0000 (+0000) Subject: Use t::Exception for this test X-Git-Tag: 0.19~136^2~75 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=ba2da7f2095b0e42159b46bd0902b78e8e3d3321 Use t::Exception for this test --- diff --git a/t/000-recipes/001_point.t b/t/000-recipes/001_point.t index 9fb061e..3b7831d 100644 --- a/t/000-recipes/001_point.t +++ b/t/000-recipes/001_point.t @@ -4,7 +4,8 @@ use strict; use warnings; use Test::More tests => 58; -use Mouse::Util ':test'; +use Mouse::Util; +use t::Exception; BEGIN { use_ok('Mouse');