X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F019-handles.t;h=e48511a18b5e2b926f34ae38ad01c6bd9a44907b;hp=7911f3c9e121c2a7006161b18eef683fc35bd679;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b diff --git a/t/019-handles.t b/t/019-handles.t index 7911f3c..e48511a 100644 --- a/t/019-handles.t +++ b/t/019-handles.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 24; -use t::Exception; +use Test::Exception; do { package Person;