X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F200_Class_C3_compatibility.t;h=de38c8caf86d72e43ceb3e3d3d201bf2999fe9f1;hb=efd3d14c1cf03120dfd1ed7787f8050e55bb8319;hp=481b56e06d5c94a2eec1a62f665cac73978c14ce;hpb=a1644fa15efaedb8aa7c004a8135632ba1c10906;p=gitmo%2FClass-MOP.git diff --git a/t/200_Class_C3_compatibility.t b/t/200_Class_C3_compatibility.t index 481b56e..de38c8c 100644 --- a/t/200_Class_C3_compatibility.t +++ b/t/200_Class_C3_compatibility.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 8; +use Test::More tests => 7; =pod @@ -13,8 +13,7 @@ approach to method resolution. =cut -BEGIN { - use_ok('Class::MOP'); +BEGIN {use Class::MOP; } {