emit warnings immediately
[gitmo/MooseX-AlwaysCoerce.git] / t / 02-mx-m-s.t
index 3209e64..2dbadc7 100644 (file)
@@ -26,7 +26,7 @@ use Test::More;
 }
 
 use Test::Fatal;
-use Test::NoWarnings;
+use Test::NoWarnings 1.04 ':early';
 plan tests => 4;
 
 ok( (my $instance = MyClass->new), 'instance' );