Use strict/warnings instead of strictures
[gitmo/Role-Tiny.git] / t / compose-modifiers.t
index 1e67ffc..882c4ea 100644 (file)
@@ -1,4 +1,5 @@
-use strictures 1;
+use strict;
+use warnings FATAL => 'all';
 use Test::More;
 
 BEGIN {