fix incompatibilities with TB2
[gitmo/Moose.git] / t / test_moose / with_immutable.t
index 7690ce2..26f992e 100644 (file)
@@ -6,6 +6,9 @@ use warnings;
 use Test::Builder::Tester;
 use Test::More;
 
+plan skip_all => 'These tests are only for Test::Builder 0.9x'
+    if Test::Builder->VERSION >= 1.005;
+
 use Test::Moose;
 
 {