X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001-strict.t;h=fb82c0e9f251f5969c457be2194318054f7b48b3;hb=c9313657717f78bd96f0325c6aa1c93d0b0d41a5;hp=15b978462c2ee66a50a4815de58e2992615271fb;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/001-strict.t b/t/001-strict.t index 15b9784..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 Mouse::Util ':test'; +use Test::Exception; throws_ok { package Class;