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