Requires Test::Warn 0.11 to avoid some bugs it seems to trigger (based on a report...
Dave Rolsky [Fri, 13 Feb 2009 20:08:48 +0000 (20:08 +0000)]
t/000_recipes/extending/001_base_class.t
t/050_metaclasses/012_moose_exporter.t

index 35141bf..fdc4105 100644 (file)
@@ -7,8 +7,8 @@ use Test::More;
 use Test::Exception;
 
 BEGIN {
-    unless ( eval 'use Test::Warn 0.10; 1' )  {
-        plan skip_all => 'These tests require Test::Warn 0.10+';
+    unless ( eval 'use Test::Warn 0.11; 1' )  {
+        plan skip_all => 'These tests require Test::Warn 0.11+';
     }
     else {
         plan tests => 4;
index 3357ae1..5bc4115 100644 (file)
@@ -7,8 +7,8 @@ use Test::More;
 use Test::Exception;
 
 BEGIN {
-    unless ( eval 'use Test::Warn 0.10; 1' )  {
-        plan skip_all => 'These tests require Test::Warn 0.10';
+    unless ( eval 'use Test::Warn 0.11; 1' )  {
+        plan skip_all => 'These tests require Test::Warn 0.11';
     }
     else {
         plan tests => 40;