Skip tests for strict constructor on Moose
[gitmo/Mouse.git] / t / 001_mouse / 061-metaclass-compatibility.t
index 35f9f33..3b0e128 100644 (file)
@@ -1,13 +1,7 @@
 #!perl
 use strict;
 use warnings;
-use Test::More;
 
-BEGIN{
-    if($] < 5.008){
-        plan skip_all => "segv happens on 5.6.2";
-    }
-}
 use Test::More tests => 4;
 
 use Mouse::Util qw(does_role);