X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F403-method-modifiers.t;h=67b0d6f2afe636bd85b87ee4011896766c492f86;hb=8cbcbb47d0f02077d07873c553494a884d9c085f;hp=8a4317f79941a657aee29bb41ac4abbc28c3d69f;hpb=92989046ccc2d4519620a1c03b721d611fd123d2;p=gitmo%2FMouse.git diff --git a/t/403-method-modifiers.t b/t/403-method-modifiers.t index 8a4317f..67b0d6f 100644 --- a/t/403-method-modifiers.t +++ b/t/403-method-modifiers.t @@ -1,15 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More; -BEGIN { - if (eval {require Class::Method::Modifiers::Fast } || eval {require Class::Method::Modifiers }) { - plan tests => 4; - } - else { - plan skip_all => "Class::Method::Modifiers required for this test"; - } -} +use Test::More tests => 4; use Test::Exception; my @calls;