kill strictures from t/. stupid mst.
Matt S Trout [Fri, 27 Apr 2012 06:43:21 +0000 (06:43 +0000)]
Changes
t/role-duplication.t

diff --git a/Changes b/Changes
index 49ec79b..e63fe18 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - remove strictures from one last test file
+
 1.001000 - 2012-04-27
   - Documentation improvements, no code changes
 
index 6c592d9..4227777 100644 (file)
@@ -1,4 +1,5 @@
-use strictures 1;
+use strict;
+use warnings FATAL => 'all';
 use Test::More;
 
 {