Tests should "use warnings"
[gitmo/Moose.git] / t / 030_roles / 045_role_compose_requires.t
index 0a9728e..75f2e3b 100644 (file)
@@ -1,6 +1,8 @@
 # See https://rt.cpan.org/Ticket/Display.html?id=46347
 
 use strict;
+use warnings;
+
 use Test::More;
 use Test::Exception;