X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F403-method-modifiers.t;h=67b0d6f2afe636bd85b87ee4011896766c492f86;hb=43e6a50b260b096a34b0c46da87296bd220c4184;hp=8a4317f79941a657aee29bb41ac4abbc28c3d69f;hpb=3fbade18e33525b80713bec245f05b5efd0b1fc3;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;