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