X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F403-method-modifiers.t;h=6c316b34696a46d5cd857a0203dd8c232d3f3bd2;hb=3a63a2e7ef8fbac5f61eab04baecbf5d19374b83;hp=141534b5737659efd11f60a717c06de8b34c4377;hpb=c13900f12aef41dec5bc9661cb720ccb709c9a5b;p=gitmo%2FMouse.git diff --git a/t/403-method-modifiers.t b/t/403-method-modifiers.t index 141534b..6c316b3 100644 --- a/t/403-method-modifiers.t +++ b/t/403-method-modifiers.t @@ -10,7 +10,7 @@ BEGIN { plan skip_all => "Class::Method::Modifiers required for this test"; } } -use Mouse::Util ':test'; +use Test::Exception; my @calls; my ($before, $after, $around);