X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007-attributes.t;h=4316e256cdc2524beb42c1e5e94e47bfaf92e864;hb=eae8075956ba01581ea7488b4ddb2506db1111da;hp=869ed335dcb91393c60e852dfcaf4f2c3ed0f27b;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/007-attributes.t b/t/007-attributes.t index 869ed33..4316e25 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 Mouse::Util ':test'; +use Test::Exception; do { package Class;