emit warnings immediately
[gitmo/MooseX-AlwaysCoerce.git] / t / 01-basic.t
index f8117ec..d02bc12 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 use Test::More tests => 16;
 use Test::Fatal;
-use Test::NoWarnings;
+use Test::NoWarnings 1.04 ':early';
 
 {
     package MyClass;