Disable 103many_to_many_warning.t for perl 5.10 - warnings::register is broken on it
Peter Rabbitson [Tue, 20 Jan 2009 17:39:54 +0000 (17:39 +0000)]
t/103many_to_many_warning.t

index c316820..f98024c 100644 (file)
@@ -5,7 +5,10 @@ use Test::More;
 use lib qw(t/lib);
 use Data::Dumper;
 
-plan tests => 2;
+plan ( ($] >= 5.009000 and $] < 5.010001)
+  ? (skip_all => 'warnings::register broken under 5.10: http://rt.perl.org/rt3/Public/Bug/Display.html?id=62522')
+  : (tests => 2)
+);
 
 {
   my @w;