X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F033-requires.t;h=bb1a2224cad7e16fc340d691871b44996f76d07a;hp=dd02d867dc679b11fda4ea0affcad26761a76206;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b diff --git a/t/033-requires.t b/t/033-requires.t index dd02d86..bb1a222 100644 --- a/t/033-requires.t +++ b/t/033-requires.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 1; -use t::Exception; +use Test::Exception; { package Foo;