X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F016-trigger.t;h=06f0aff809389df997ff4f03b3edaad05b497c78;hb=78b163fb6086e794180c5dbee9456371a408a646;hp=2a4dc9422528235c5abc6fd56de77ce74741fd65;hpb=6c5498d0ca72d8da91c411683a78ebaece63fdfa;p=gitmo%2FMouse.git diff --git a/t/016-trigger.t b/t/016-trigger.t index 2a4dc94..06f0aff 100644 --- a/t/016-trigger.t +++ b/t/016-trigger.t @@ -1,8 +1,8 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More tests => 10; -use Test::Exception; +use Test::More tests => 11; +use t::Exception; my @trigger;