remove strictures.pm from the test supplied by mmcleric so we install again
Matt S Trout [Thu, 12 Jul 2012 19:17:09 +0000 (19:17 +0000)]
Changes
t/role-tiny-composition.t

diff --git a/Changes b/Changes
index 80f97e1..226395b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - remove strictures.pm from the test supplied by mmcleric so we install again
   - when applying runtime roles include roles from original class in new class
     ( fixes ::does_role checks)
 
index 565d1d3..4119c86 100644 (file)
@@ -1,4 +1,5 @@
-use strictures 1;
+use strict;
+use warnings FATAL => 'all';
 use Test::More;
 use Test::Fatal;