[libpackage-variant-perl] 11/23: update the tests to strictures 2. ran ack to check this time. FFS.

Jonas Smedegaard dr at jones.dk
Tue Aug 4 13:25:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libpackage-variant-perl.

commit d4b2facbcfca13060dbeadb0baba7d7893326dbc
Author: Matt S Trout <mst at shadowcat.co.uk>
Date:   Sat Jul 25 17:21:26 2015 +0000

    update the tests to strictures 2. ran ack to check this time. FFS.
---
 Changes              | 2 ++
 t/01simple.t         | 2 +-
 t/10argument-types.t | 2 +-
 t/11dynamic-build.t  | 2 +-
 t/20moo-param-role.t | 2 +-
 t/30-pragma-leak.t   | 2 +-
 6 files changed, 7 insertions(+), 5 deletions(-)

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 ();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpackage-variant-perl.git



More information about the Pkg-perl-cvs-commits mailing list