X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F016-trigger.t;h=06f0aff809389df997ff4f03b3edaad05b497c78;hb=ecc6e3b17f6a3f58acc60795f666f0a68ab58338;hp=29406c4f33123921df815ea05050b7169cde8461;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/016-trigger.t b/t/016-trigger.t index 29406c4..06f0aff 100644 --- a/t/016-trigger.t +++ b/t/016-trigger.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 11; -use Mouse::Util ':test'; +use t::Exception; my @trigger;