X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F016-trigger.t;h=223e387f4514cd48b494e28f4aa6824210e970c5;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hp=06f0aff809389df997ff4f03b3edaad05b497c78;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b;p=gitmo%2FMouse.git diff --git a/t/016-trigger.t b/t/016-trigger.t index 06f0aff..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 t::Exception; +use Test::Exception; my @trigger;