Implement strict constructors, which will warn unkown constructor arguments
[gitmo/Mouse.git] / t / 050_metaclasses / 013_metaclass_traits.t
index 1680825..06159a0 100644 (file)
@@ -2,13 +2,6 @@
 
 use strict;
 use warnings;
-use Test::More;
-
-BEGIN{
-    if($] < 5.008){
-        plan skip_all => "segv happens on 5.6.2";
-    }
-}
 
 use lib 't/lib', 'lib';