[libdist-zilla-util-configdumper-perl] 03/03: Update tooling to avoid bugs with '.' leaving @INC

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


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

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

commit fb86583f2c4738f9b8c5a3c8af9dbd468108bb38
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Thu Mar 2 11:26:39 2017 +1300

    Update tooling to avoid bugs with '.' leaving @INC
    
    Closes https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper/issues/4
---
 .travis.yml           |  3 ++-
 Changes               |  8 ++++++++
 LICENSE               |  6 +++---
 Makefile.PL           |  7 +++----
 README.mkdn           |  2 +-
 dist.ini              |  7 +++++--
 dist.ini.meta         |  2 ++
 misc/Changes.deps     |  2 ++
 misc/Changes.deps.all | 14 ++++++++++++++
 misc/Changes.deps.dev | 11 +++++++++++
 10 files changed, 51 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7c23036..af9ef6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,8 @@ branches:
     - releases
 install:
   - time perl ./maint-travis-ci/install_deps_early.pl
-  - time perl ./maint-travis-ci/install_deps.pl
+  - time perl ./maint-travis-ci/autoinstall_dzil.pl
+  - time perl ./maint-travis-ci/install_deps_2.pl
 language: perl
 matrix:
   allow_failures:
diff --git a/Changes b/Changes
index 02f6d0e..c81bdd5 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,14 @@
 Release history for Dist-Zilla-Util-ConfigDumper
 
 {{$NEXT}}
+ [Bugfix]
+ - Update tooling to avoid problems with '.' going away in @INC
+ - Closes https://github.com/kentnl/Dist-Zilla-Util-ConfigDumper/issues/4
+
+ [Dependencies::Stats]
+ - Dependencies changed since 0.003007, see misc/*.deps* for details
+ - develop: +3 ↑2 (suggests: ↑1)
+ - test: ↓1
 
 0.003007 2015-07-31T03:43:06Z cf8cff3
  [Dependencies::Stats]
diff --git a/LICENSE b/LICENSE
index 8a16217..d0f6bfd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2015 by Kent Fredric <kentfredric at gmail.com>.
+This software is copyright (c) 2017 by Kent Fredric <kentfredric at gmail.com>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2015 by Kent Fredric <kentfredric at gmail.com>.
+This software is Copyright (c) 2017 by Kent Fredric <kentfredric at gmail.com>.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2015 by Kent Fredric <kentfredric at gmail.com>.
+This software is Copyright (c) 2017 by Kent Fredric <kentfredric at gmail.com>.
 
 This is free software, licensed under:
 
diff --git a/Makefile.PL b/Makefile.PL
index 32e69dc..9e1a50d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
 use strict;
 use warnings;
 
@@ -13,7 +13,6 @@ my %WriteMakefileArgs = (
     "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "Dist-Zilla-Util-ConfigDumper",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
   "MIN_PERL_VERSION" => "5.006",
   "NAME" => "Dist::Zilla::Util::ConfigDumper",
@@ -34,7 +33,7 @@ my %WriteMakefileArgs = (
     "File::Spec" => 0,
     "Moose" => 0,
     "Test::DZil" => 0,
-    "Test::More" => "0.89"
+    "Test::More" => 0
   },
   "VERSION" => "0.003008",
   "test" => {
@@ -55,7 +54,7 @@ my %FallbackPrereqs = (
   "Moose" => 0,
   "Sub::Exporter::Progressive" => 0,
   "Test::DZil" => 0,
-  "Test::More" => "0.89",
+  "Test::More" => 0,
   "Try::Tiny" => 0,
   "strict" => 0,
   "warnings" => 0
diff --git a/README.mkdn b/README.mkdn
index e5aeb0a..e5c68de 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -156,7 +156,7 @@ Kent Fredric <kentnl at cpan.org>
 
 # COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2015 by Kent Fredric <kentfredric at gmail.com>.
+This software is copyright (c) 2017 by Kent Fredric <kentfredric at gmail.com>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff --git a/dist.ini b/dist.ini
index 732d7a8..5f22d90 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,7 @@
 ; This file is generated from dist.ini.meta by dzil bakeini.
 ; Edit that file or the bundles contained within for long-term changes.
 ; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 2.020000 at Sat Aug 23 00:45:57 2014
+; vim: syntax=dosini
 ; Uncomment this to bootstrap via self
 name = Dist-Zilla-Util-ConfigDumper
 author = Kent Fredric <kentnl at cpan.org>
@@ -76,6 +77,8 @@ trailing_whitespace = 1
 [Test::MinimumVersion / @Author::KENTNL/Test::MinimumVersion]
 
 [Test::Compile::PerFile / @Author::KENTNL/Test::Compile::PerFile]
+:version = 0.003902
+test_template = 02-raw-require.t.tpl
 
 [Test::Perl::Critic / @Author::KENTNL/Test::Perl::Critic]
 
@@ -94,7 +97,7 @@ replacer = replace_with_blank
 -phase = develop
 -type = suggests
 Dist::Zilla::App::Command::bakeini = 0.001000
-Dist::Zilla::PluginBundle::Author::KENTNL = 2.025001
+Dist::Zilla::PluginBundle::Author::KENTNL = 2.025020
 
 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps]
 
@@ -225,7 +228,7 @@ Dist::Zilla::Plugin::RemovePrereqs::Provided = 0
 Dist::Zilla::Plugin::RewriteVersion::Sanitized = 0
 Dist::Zilla::Plugin::RunExtraTests = 0
 Dist::Zilla::Plugin::Test::CPAN::Changes = 0
-Dist::Zilla::Plugin::Test::Compile::PerFile = 0
+Dist::Zilla::Plugin::Test::Compile::PerFile = 0.003902
 Dist::Zilla::Plugin::Test::EOL = 0
 Dist::Zilla::Plugin::Test::Kwalitee = 0
 Dist::Zilla::Plugin::Test::MinimumVersion = 0
diff --git a/dist.ini.meta b/dist.ini.meta
index 8d6f627..f1a2395 100644
--- a/dist.ini.meta
+++ b/dist.ini.meta
@@ -17,6 +17,8 @@ toolkit_hardness  = soft
 bumpversions      = 1
 srcreadme         = mkdn
 twitter_extra_hash_tags = #distzilla
+Test::Compile::PerFile.:version = 0.003902
+Test::Compile::PerFile.test_template = 02-raw-require.t.tpl
 ; auto_prereqs_skip = File::Find
 
 [Prereqs]
diff --git a/misc/Changes.deps b/misc/Changes.deps
index c40359a..e203da1 100644
--- a/misc/Changes.deps
+++ b/misc/Changes.deps
@@ -1,6 +1,8 @@
 This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)
 
 0.003008
+ [Changed / test requires]
+ - Test::More 0.89 → 0
 
 0.003007 2015-07-31T03:43:06Z
  [Added / configure requires]
diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all
index 2946109..fc0b70e 100644
--- a/misc/Changes.deps.all
+++ b/misc/Changes.deps.all
@@ -1,6 +1,20 @@
 This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)
 
 0.003008
+ [Added / develop requires]
+ - English
+ - Software::License::Perl_5
+ - Test::MinimumVersion
+
+ [Changed / develop requires]
+ - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902
+ - Test::More 0.88 → 0.96
+
+ [Changed / develop suggests]
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.025001 → 2.025020
+
+ [Changed / test requires]
+ - Test::More 0.89 → 0
 
 0.003007 2015-07-31T03:43:06Z
  [Added / configure requires]
diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev
index 6b1970a..cce3e3f 100644
--- a/misc/Changes.deps.dev
+++ b/misc/Changes.deps.dev
@@ -1,6 +1,17 @@
 This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )
 
 0.003008
+ [Added / develop requires]
+ - English
+ - Software::License::Perl_5
+ - Test::MinimumVersion
+
+ [Changed / develop requires]
+ - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902
+ - Test::More 0.88 → 0.96
+
+ [Changed / develop suggests]
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.025001 → 2.025020
 
 0.003007 2015-07-31T03:43:06Z
  [Added / develop recommends]

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