Fix RT #54203 (reported by chocolateboy) that setters might return undef.
[gitmo/Mouse.git] / t / 050_metaclasses / 017_use_base_of_moose.t
index 9076fa8..b8962bd 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 Test::More tests => 4;
 use Test::Exception;