emit warnings immediately
[gitmo/MooseX-AlwaysCoerce.git] / t / 03-roles.t
index f3ff3ec..b54f038 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 MyRole;