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=8daf21f4e2b12eb9abb5b45cc07423d332427b71;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/403-method-modifiers.t b/t/403-method-modifiers.t index 8daf21f..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 t::Exception; +use Test::Exception; my @calls; my ($before, $after, $around);