X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-recipes%2F001_point.t;h=0d1b9a965bf9fb9cb79376524faa25f7a42a53df;hb=a55f82bae0f11abaab7932c4deee4f924dec647a;hp=90b989bdd397d51513460862202e6c9d52b0d5d4;hpb=11d415286701d3b51e517cb6826138808967cb89;p=gitmo%2FMouse.git diff --git a/t/000-recipes/001_point.t b/t/000-recipes/001_point.t index 90b989b..0d1b9a9 100644 --- a/t/000-recipes/001_point.t +++ b/t/000-recipes/001_point.t @@ -3,15 +3,7 @@ use strict; use warnings; -use Test::More; -BEGIN { - if (eval "require Class::Method::Modifiers; 1") { - plan tests => 59; - } - else { - plan skip_all => "Class::Method::Modifiers required for this test"; - } -} +use Test::More tests => 59; use Mouse::Util; use Test::Exception;