update the tests to strictures 2. ran ack to check this time. FFS.
Matt S Trout [Sat, 25 Jul 2015 17:21:26 +0000 (17:21 +0000)]
Changes
t/01simple.t
t/10argument-types.t
t/11dynamic-build.t
t/20moo-param-role.t
t/30-pragma-leak.t

diff --git a/Changes b/Changes
index c5aa63c..0d787f3 100644 (file)
--- 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)
 
index 6e8348c..200f339 100644 (file)
@@ -1,4 +1,4 @@
-use strictures 1;
+use strictures 2;
 use Test::More;
 use Test::Fatal;
 use Package::Variant ();
index 77b7016..4b88747 100644 (file)
@@ -1,4 +1,4 @@
-use strictures 1;
+use strictures 2;
 use Test::More;
 
 BEGIN {
index 75f49df..241f104 100644 (file)
@@ -1,4 +1,4 @@
-use strictures 1;
+use strictures 2;
 use Test::More;
 
 BEGIN {
index 1240d74..c5646ea 100644 (file)
@@ -1,4 +1,4 @@
-use strictures 1;
+use strictures 2;
 use Test::More;
 
 BEGIN {
index 6e5a6f7..10f39f9 100644 (file)
@@ -1,4 +1,4 @@
-use strictures 1;
+use strictures 2;
 use Test::More;
 use Test::Fatal;
 use Package::Variant ();