Resolve skipped tests (for 5.6.2)
gfx [Thu, 3 Dec 2009 03:19:42 +0000 (12:19 +0900)]
t/001_mouse/061-metaclass-compatibility.t
t/050_metaclasses/013_metaclass_traits.t
t/050_metaclasses/017_use_base_of_moose.t
t/050_metaclasses/020_metaclass_parameterized_traits.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);
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';
 
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;
index 5d27522..a590605 100644 (file)
@@ -2,14 +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 => 5;
 
 {