conflicts on application to object
[gitmo/Role-Tiny.git] / t / role-tiny-with.t
index afca4e2..8fc2b14 100644 (file)
@@ -1,6 +1,6 @@
-use strictures 1;
+use strict;
+use warnings FATAL => 'all';
 use Test::More;
-use Test::Fatal;
 
 BEGIN {
   package MyRole;