X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F403-method-modifiers.t;h=67b0d6f2afe636bd85b87ee4011896766c492f86;hb=43e6a50b260b096a34b0c46da87296bd220c4184;hp=838adee24951e14f93982886a5fb747b0da95abb;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/403-method-modifiers.t b/t/403-method-modifiers.t index 838adee..67b0d6f 100644 --- a/t/403-method-modifiers.t +++ b/t/403-method-modifiers.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 4; -use Mouse::Util ':test'; +use Test::Exception; my @calls; my ($before, $after, $around);