X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F016-trigger.t;h=223e387f4514cd48b494e28f4aa6824210e970c5;hb=21498b08feb4f9e5f74670eafe293adcbf3cdd29;hp=29406c4f33123921df815ea05050b7169cde8461;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/016-trigger.t b/t/016-trigger.t index 29406c4..223e387 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 Test::Exception; my @trigger;