X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F301-bugs-non-mouse.t;h=bfa53a4fc3a1195ae80ba1656ecb87bad46ba160;hb=f9aca0f35658e5e0657e8ce78b783c0185d59969;hp=0f30b3a7e04f92d42c7cd7adb285542684076e2b;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/301-bugs-non-mouse.t b/t/301-bugs-non-mouse.t index 0f30b3a..bfa53a4 100644 --- a/t/301-bugs-non-mouse.t +++ b/t/301-bugs-non-mouse.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More 'no_plan'; -use Mouse::Util ':test'; +use Test::Exception; { package Foo;