X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F030-has-plus.t;h=34b8ec4637e154d7879485b10b4365f4e13cf1af;hp=0c83dcf172c487866035374795b891b0f785e0e6;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b 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;