X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F400-define-role.t;h=66cddb065156b6fa49fa2d85e9f4daddc6b78173;hb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;hp=65c151ed122d50c7e0cb37afcaca24a67b8ac5fe;hpb=2badb84a6fe5f279c120179030f77c62d9b4dd05;p=gitmo%2FMouse.git diff --git a/t/400-define-role.t b/t/400-define-role.t index 65c151e..66cddb0 100644 --- a/t/400-define-role.t +++ b/t/400-define-role.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 12; -use Test::Exception; +use Mouse::Util ':test'; lives_ok { package Role;