X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;fp=t%2F007-attributes.t;h=869ed335dcb91393c60e852dfcaf4f2c3ed0f27b;hb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;hp=4316e256cdc2524beb42c1e5e94e47bfaf92e864;hpb=4d02abfd8675caf8cf09e5c29223ac7bcf24aaa3;p=gitmo%2FMouse.git diff --git a/t/007-attributes.t b/t/007-attributes.t index 4316e25..869ed33 100644 --- a/t/007-attributes.t +++ b/t/007-attributes.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 10; -use Test::Exception; +use Mouse::Util ':test'; do { package Class;