X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F019-handles.t;h=e48511a18b5e2b926f34ae38ad01c6bd9a44907b;hb=3084f7a95178f560a7a973867a3b1ab4934b2932;hp=5dbef108a721492c8df4723706fd4b6c3eb7a593;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/019-handles.t b/t/019-handles.t index 5dbef10..e48511a 100644 --- a/t/019-handles.t +++ b/t/019-handles.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 24; -use Mouse::Util ':test'; +use Test::Exception; do { package Person;