[libpackage-variant-perl] 06/23: switch to strictures 2

Jonas Smedegaard dr at jones.dk
Tue Aug 4 13:25:43 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 fb6c15810901f8120ea3042c730cab508ae92359
Author: Matt S Trout <mst at shadowcat.co.uk>
Date:   Sat Jul 25 17:11:04 2015 +0000

    switch to strictures 2
---
 Changes                | 1 +
 Makefile.PL            | 2 +-
 lib/Package/Variant.pm | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 24dc98d..e813e49 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Package-Variant
 
+  - switch to strictures 2
   - add make_variant_package_name optional method
 
 1.002002 - 2014-08-21
diff --git a/Makefile.PL b/Makefile.PL
index 566e771..a0d0972 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ my %META = (
     }, },
     runtime => { requires => {
       'perl' => '5.006',
-      'strictures' => '1.000000',
+      'strictures' => '2.000000',
       'Carp' => '0',
       'Import::Into' => '1.000000',
       'Module::Runtime' => '0.013',
diff --git a/lib/Package/Variant.pm b/lib/Package/Variant.pm
index 7175ac9..966d5ad 100644
--- a/lib/Package/Variant.pm
+++ b/lib/Package/Variant.pm
@@ -1,6 +1,6 @@
 package Package::Variant;
 
-use strictures 1;
+use strictures 2;
 use Import::Into;
 use Module::Runtime qw(require_module);
 use Carp qw(croak);

-- 
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