X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F033-requires.t;h=bb1a2224cad7e16fc340d691871b44996f76d07a;hb=ef5db57684f356cb09a5e5e8d024d553a292d5d0;hp=dd02d867dc679b11fda4ea0affcad26761a76206;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git 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;