X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001-strict.t;h=fb82c0e9f251f5969c457be2194318054f7b48b3;hb=8cbcbb47d0f02077d07873c553494a884d9c085f;hp=50f4b4136020d50cf72d2478fed725e257dc6181;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/001-strict.t b/t/001-strict.t index 50f4b41..fb82c0e 100644 --- a/t/001-strict.t +++ b/t/001-strict.t @@ -1,6 +1,6 @@ #!/usr/bin/env perl use Test::More tests => 1; -use t::Exception; +use Test::Exception; throws_ok { package Class;