X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030-has-plus.t;h=34b8ec4637e154d7879485b10b4365f4e13cf1af;hb=92583b3320b6ed8b4673fc94e68af64b3cf106e3;hp=0c83dcf172c487866035374795b891b0f785e0e6;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/030-has-plus.t b/t/030-has-plus.t index 0c83dcf..34b8ec4 100644 --- a/t/030-has-plus.t +++ b/t/030-has-plus.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 3; -use t::Exception; +use Test::Exception; do { package Class;