[libdist-zilla-util-configdumper-perl] 09/09: Remove arbitrary 5.8 and utf8 requirements we didn't need

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 15:44:06 UTC 2017


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

fsfs pushed a commit to annotated tag 0.003007-source
in repository libdist-zilla-util-configdumper-perl.

commit cf8cff3ec7ad18385717e2936ca7276f2de43c0f
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Fri Jul 31 15:42:42 2015 +1200

    Remove arbitrary 5.8 and utf8 requirements we didn't need
---
 Changes                             |  1 +
 Makefile.PL                         |  6 ++----
 lib/Dist/Zilla/Util/ConfigDumper.pm |  3 +--
 misc/Changes.deps                   | 10 ++++++++--
 misc/Changes.deps.all               | 10 ++++++++--
 5 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/Changes b/Changes
index c8cee7d..342e68a 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@ Release history for Dist-Zilla-Util-ConfigDumper
  - Dependencies changed since 0.003006, see misc/*.deps* for details
  - configure: +1 (recommends: ↑1)
  - develop: +12 ↑3 -3 (recommends: +1, suggests: ↑2)
+ - runtime: ↓1 -1
  - test: +1 (recommends: +1 ↑1 ↓1)
 
  [Documentation]
diff --git a/Makefile.PL b/Makefile.PL
index 4c0a2e9..a5a7046 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use 5.008;
+use 5.006;
 
 use ExtUtils::MakeMaker;
 
@@ -15,14 +15,13 @@ my %WriteMakefileArgs = (
   "DISTNAME" => "Dist-Zilla-Util-ConfigDumper",
   "EXE_FILES" => [],
   "LICENSE" => "perl",
-  "MIN_PERL_VERSION" => "5.008",
+  "MIN_PERL_VERSION" => "5.006",
   "NAME" => "Dist::Zilla::Util::ConfigDumper",
   "PREREQ_PM" => {
     "Carp" => 0,
     "Sub::Exporter::Progressive" => 0,
     "Try::Tiny" => 0,
     "strict" => 0,
-    "utf8" => 0,
     "warnings" => 0
   },
   "TEST_REQUIRES" => {
@@ -59,7 +58,6 @@ my %FallbackPrereqs = (
   "Test::More" => "0.89",
   "Try::Tiny" => 0,
   "strict" => 0,
-  "utf8" => 0,
   "warnings" => 0
 );
 
diff --git a/lib/Dist/Zilla/Util/ConfigDumper.pm b/lib/Dist/Zilla/Util/ConfigDumper.pm
index 9a363e0..7d71e72 100644
--- a/lib/Dist/Zilla/Util/ConfigDumper.pm
+++ b/lib/Dist/Zilla/Util/ConfigDumper.pm
@@ -1,7 +1,6 @@
-use 5.008;    # utf8
+use 5.006;
 use strict;
 use warnings;
-use utf8;
 
 package Dist::Zilla::Util::ConfigDumper;
 
diff --git a/misc/Changes.deps b/misc/Changes.deps
index c21a986..7c6d413 100644
--- a/misc/Changes.deps
+++ b/misc/Changes.deps
@@ -2,10 +2,16 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co
 
 0.003007
  [Added / configure requires]
- - perl 5.008
+ - perl 5.006
 
  [Added / test requires]
- - perl 5.008
+ - perl 5.006
+
+ [Changed / runtime requires]
+ - perl 5.008 → 5.006
+
+ [Removed / runtime requires]
+ - utf8
 
 0.003006 2014-10-02T04:27:34Z
  [Changed / test requires]
diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all
index c56f502..9eeaa94 100644
--- a/misc/Changes.deps.all
+++ b/misc/Changes.deps.all
@@ -2,7 +2,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
 
 0.003007
  [Added / configure requires]
- - perl 5.008
+ - perl 5.006
 
  [Added / develop recommends]
  - Test::More 0.99
@@ -25,7 +25,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
  - Moose 2.000
 
  [Added / test requires]
- - perl 5.008
+ - perl 5.006
 
  [Changed / configure recommends]
  - ExtUtils::MakeMaker 6.98 → 7.00
@@ -39,6 +39,9 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
  - Dist::Zilla::App::Command::bakeini 0.001002 → 0.002005
  - Dist::Zilla::PluginBundle::Author::KENTNL 2.020003 → 2.025001
 
+ [Changed / runtime requires]
+ - perl 5.008 → 5.006
+
  [Changed / test recommends]
  - ExtUtils::MakeMaker 6.98 → 7.00
  - Test::More 1.001006 → 0.99
@@ -48,6 +51,9 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
  - Dist::Zilla::Plugin::MetaYAML
  - Dist::Zilla::Plugin::ReadmeFromPod
 
+ [Removed / runtime requires]
+ - utf8
+
 0.003006 2014-10-02T04:27:34Z
  [Changed / test requires]
  - Dist::Zilla::Plugin::Bootstrap::lib 0.04000000 → 1.000003

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git



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