From: Matt S Trout Date: Fri, 27 Apr 2012 06:43:21 +0000 (+0000) Subject: kill strictures from t/. stupid mst. X-Git-Tag: v1.001001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6471a8aecc23cb8deb88d358b82a877924b87870;p=gitmo%2FRole-Tiny.git kill strictures from t/. stupid mst. --- diff --git a/Changes b/Changes index 49ec79b..e63fe18 100644 --- 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 diff --git a/t/role-duplication.t b/t/role-duplication.t index 6c592d9..4227777 100644 --- a/t/role-duplication.t +++ b/t/role-duplication.t @@ -1,4 +1,5 @@ -use strictures 1; +use strict; +use warnings FATAL => 'all'; use Test::More; {