From: Matt S Trout Date: Sat, 25 Jul 2015 17:21:26 +0000 (+0000) Subject: update the tests to strictures 2. ran ack to check this time. FFS. X-Git-Tag: v1.003002~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=commitdiff_plain;h=d4b2facbcfca13060dbeadb0baba7d7893326dbc update the tests to strictures 2. ran ack to check this time. FFS. --- diff --git a/Changes b/Changes index c5aa63c..0d787f3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Package-Variant + - also switch the tests to strictures 2 (aaaaaaaaaaaaaaaaaaaaaaaaaa) + 1.003001 - 2015-07-25 - also switch the documentation to strictures 2 (slow clap for mst there) diff --git a/t/01simple.t b/t/01simple.t index 6e8348c..200f339 100644 --- a/t/01simple.t +++ b/t/01simple.t @@ -1,4 +1,4 @@ -use strictures 1; +use strictures 2; use Test::More; use Test::Fatal; use Package::Variant (); diff --git a/t/10argument-types.t b/t/10argument-types.t index 77b7016..4b88747 100644 --- a/t/10argument-types.t +++ b/t/10argument-types.t @@ -1,4 +1,4 @@ -use strictures 1; +use strictures 2; use Test::More; BEGIN { diff --git a/t/11dynamic-build.t b/t/11dynamic-build.t index 75f49df..241f104 100644 --- a/t/11dynamic-build.t +++ b/t/11dynamic-build.t @@ -1,4 +1,4 @@ -use strictures 1; +use strictures 2; use Test::More; BEGIN { diff --git a/t/20moo-param-role.t b/t/20moo-param-role.t index 1240d74..c5646ea 100644 --- a/t/20moo-param-role.t +++ b/t/20moo-param-role.t @@ -1,4 +1,4 @@ -use strictures 1; +use strictures 2; use Test::More; BEGIN { diff --git a/t/30-pragma-leak.t b/t/30-pragma-leak.t index 6e5a6f7..10f39f9 100644 --- a/t/30-pragma-leak.t +++ b/t/30-pragma-leak.t @@ -1,4 +1,4 @@ -use strictures 1; +use strictures 2; use Test::More; use Test::Fatal; use Package::Variant ();