diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/Changes libdist-zilla-role-bootstrap-perl-1.001004/Changes --- libdist-zilla-role-bootstrap-perl-1.001003/Changes 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/Changes 2017-03-03 07:16:34.000000000 +0000 @@ -1,5 +1,15 @@ Release history for Dist-Zilla-Role-Bootstrap +1.001004 2017-03-03T07:00:55Z 934c2a5 + [Bugfix] + - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot + - Closes https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues/2 + + [Dependencies::Stats] + - Dependencies changed since 1.001003, see misc/*.deps* for details + - develop: +1 ↑1 (suggests: ↑1) + - test: ↓1 + 1.001003 2016-04-29T22:50:28Z be1b807 - Simplifed MetaConfig generation - $VERSION added to MetaConfig ( This is typically lost due to hiding in roles diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/debian/changelog libdist-zilla-role-bootstrap-perl-1.001004/debian/changelog --- libdist-zilla-role-bootstrap-perl-1.001003/debian/changelog 2017-08-02 16:44:14.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/debian/changelog 2017-11-05 21:11:54.000000000 +0000 @@ -1,3 +1,14 @@ +libdist-zilla-role-bootstrap-perl (1.001004-1) unstable; urgency=medium + + * Team upload + + * New upstream version 1.001004 + * update years of upstream copyright + * declare conformance with Policy 4.1.1 (no changes needed) + * add patch fixing a typo in POD + + -- Damyan Ivanov Sun, 05 Nov 2017 23:11:54 +0200 + libdist-zilla-role-bootstrap-perl (1.001003-2) unstable; urgency=medium * Team upload. diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/debian/control libdist-zilla-role-bootstrap-perl-1.001004/debian/control --- libdist-zilla-role-bootstrap-perl-1.001003/debian/control 2017-08-02 16:44:14.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/debian/control 2017-11-05 21:01:45.000000000 +0000 @@ -11,7 +11,7 @@ libmoose-perl, libpath-tiny-perl, perl -Standards-Version: 4.0.0 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git Homepage: https://metacpan.org/release/Dist-Zilla-Role-Bootstrap diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/debian/copyright libdist-zilla-role-bootstrap-perl-1.001004/debian/copyright --- libdist-zilla-role-bootstrap-perl-1.001003/debian/copyright 2017-08-02 16:44:14.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/debian/copyright 2017-11-05 20:59:01.000000000 +0000 @@ -4,7 +4,7 @@ Upstream-Name: Dist-Zilla-Role-Bootstrap Files: * -Copyright: 2013-2015 Kent Fredric +Copyright: 2017 Kent Fredric License: Artistic or GPL-1+ Files: debian/* diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/debian/patches/pod-spelling.patch libdist-zilla-role-bootstrap-perl-1.001004/debian/patches/pod-spelling.patch --- libdist-zilla-role-bootstrap-perl-1.001003/debian/patches/pod-spelling.patch 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/debian/patches/pod-spelling.patch 2017-11-05 21:11:32.000000000 +0000 @@ -0,0 +1,18 @@ +Description: small typo in POD (bootstap -> bootstrap) +Author: Damyan Ivanov +Forwarded: no + +--- a/lib/Dist/Zilla/Role/Bootstrap.pm ++++ b/lib/Dist/Zilla/Role/Bootstrap.pm +@@ -285,9 +285,9 @@ Implementation is quite simple: + my ( $self ) = @_; + } + +-=item 3. I: Fetch the discovered C root via: ++=item 3. I: Fetch the discovered C root via: + +- $self->_bootstap_root ++ $self->_bootstrap_root + + =item 4. I: Load some path into C<@INC> via: + diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/debian/patches/series libdist-zilla-role-bootstrap-perl-1.001004/debian/patches/series --- libdist-zilla-role-bootstrap-perl-1.001003/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/debian/patches/series 2017-11-05 21:02:06.000000000 +0000 @@ -0,0 +1 @@ +pod-spelling.patch diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/dist.ini libdist-zilla-role-bootstrap-perl-1.001004/dist.ini --- libdist-zilla-role-bootstrap-perl-1.001003/dist.ini 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/dist.ini 2017-03-03 07:16:34.000000000 +0000 @@ -77,6 +77,8 @@ [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] @@ -95,7 +97,7 @@ -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.025010 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.025020 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] @@ -234,7 +236,7 @@ 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 -Nru libdist-zilla-role-bootstrap-perl-1.001003/dist.ini.meta libdist-zilla-role-bootstrap-perl-1.001004/dist.ini.meta --- libdist-zilla-role-bootstrap-perl-1.001003/dist.ini.meta 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/dist.ini.meta 2017-03-03 07:16:34.000000000 +0000 @@ -18,6 +18,8 @@ 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 ; version_major = 0 ; version_minor = 1 diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/lib/Dist/Zilla/Role/Bootstrap.pm libdist-zilla-role-bootstrap-perl-1.001004/lib/Dist/Zilla/Role/Bootstrap.pm --- libdist-zilla-role-bootstrap-perl-1.001003/lib/Dist/Zilla/Role/Bootstrap.pm 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/lib/Dist/Zilla/Role/Bootstrap.pm 2017-03-03 07:16:34.000000000 +0000 @@ -4,7 +4,7 @@ package Dist::Zilla::Role::Bootstrap; -our $VERSION = '1.001003'; +our $VERSION = '1.001004'; # ABSTRACT: Shared logic for bootstrap things. @@ -239,7 +239,7 @@ =head1 VERSION -version 1.001003 +version 1.001004 =head1 SYNOPSIS @@ -378,7 +378,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . 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 -Nru libdist-zilla-role-bootstrap-perl-1.001003/LICENSE libdist-zilla-role-bootstrap-perl-1.001004/LICENSE --- libdist-zilla-role-bootstrap-perl-1.001003/LICENSE 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/LICENSE 2017-03-03 07:16:34.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . 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 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2016 by Kent Fredric . +This software is Copyright (c) 2017 by Kent Fredric . This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2016 by Kent Fredric . +This software is Copyright (c) 2017 by Kent Fredric . This is free software, licensed under: diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/Makefile.PL libdist-zilla-role-bootstrap-perl-1.001004/Makefile.PL --- libdist-zilla-role-bootstrap-perl-1.001003/Makefile.PL 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/Makefile.PL 2017-03-03 07:16:34.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008. use strict; use warnings; @@ -37,9 +37,9 @@ "File::Spec" => 0, "FindBin" => 0, "Moose" => 0, - "Test::More" => "0.89" + "Test::More" => 0 }, - "VERSION" => "1.001003", + "VERSION" => "1.001004", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -61,7 +61,7 @@ "Moose" => 0, "Moose::Role" => 0, "Path::Tiny" => 0, - "Test::More" => "0.89", + "Test::More" => 0, "lib" => 0, "strict" => 0, "version" => 0, diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/MANIFEST libdist-zilla-role-bootstrap-perl-1.001004/MANIFEST --- libdist-zilla-role-bootstrap-perl-1.001003/MANIFEST 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/MANIFEST 2017-03-03 07:16:34.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008. .gitignore .mailmap .perltidyrc diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/META.json libdist-zilla-role-bootstrap-perl-1.001004/META.json --- libdist-zilla-role-bootstrap-perl-1.001003/META.json 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/META.json 2017-03-03 07:16:34.000000000 +0000 @@ -4,13 +4,13 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Dist-Zilla-Role-Bootstrap", "prereqs" : { @@ -69,7 +69,7 @@ "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", @@ -85,13 +85,14 @@ "Test::CPAN::Meta" : "0", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::MinimumVersion" : "0", "Test::More" : "0.96", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" }, "suggests" : { "Dist::Zilla::App::Command::bakeini" : "0.002005", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025010" + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025020" } }, "runtime" : { @@ -128,7 +129,7 @@ "File::Spec" : "0", "FindBin" : "0", "Moose" : "0", - "Test::More" : "0.89", + "Test::More" : "0", "perl" : "5.006" } } @@ -136,7 +137,7 @@ "provides" : { "Dist::Zilla::Role::Bootstrap" : { "file" : "lib/Dist/Zilla/Role/Bootstrap.pm", - "version" : "1.001003" + "version" : "1.001004" } }, "release_status" : "stable", @@ -151,19 +152,19 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap" } }, - "version" : "1.001003", + "version" : "1.001004", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, "x_Dist_Zilla" : { "perl" : { - "version" : "5.022001" + "version" : "5.025010" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -178,28 +179,30 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.043" + "version" : "6.008" } - ] + ], + "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002000", - "inherit_missing" : "1", - "inherit_version" : "1", - "meta_noindex" : "1" + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004", + "inherit_missing" : 1, + "inherit_version" : 1, + "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000031", - "version" : "0.003" + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.004000" + "version" : "2.004003" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", "config" : { "Dist::Zilla::Plugin::MetaData::BuiltWith" : { + "$Module::Metadata::VERSION" : "1.000033", "_stash_key" : "x_BuiltWith", "external_file_name" : "misc/built_with.json", "show_config" : "1", @@ -218,22 +221,21 @@ } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.004002" + "version" : "1.004005" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { + "git --version" : "2.11.1", "include_authors" : 0, "include_releaser" : 0, "order_by" : "name", - "paths" : [ - "." - ] + "paths" : [] } }, "name" : "@Author::KENTNL/Git::Contributors", - "version" : "0.015" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -259,17 +261,17 @@ } }, "name" : "@Author::KENTNL/Git::GatherDir", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaYAML::Minimal", @@ -285,12 +287,20 @@ { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI", + "config" : { + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : { + "fail_perls" : [ + "5.8" + ], + "skip_perls" : [] + } + }, "name" : "@Author::KENTNL/Author::KENTNL::TravisCI", - "version" : "0.001002" + "version" : "0.001003" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING", @@ -305,12 +315,12 @@ "location" : "root", "phase" : "build", "source_filename" : "contributing-0.1.pod", - "version" : "0.009" + "version" : "0.013" }, "Dist::Zilla::Role::RepoFileInjector" : { "allow_overwrite" : 1, "repo_root" : ".", - "version" : "0.005" + "version" : "0.007" } }, "name" : "@Author::KENTNL/Author::KENTNL::CONTRIBUTING", @@ -319,27 +329,27 @@ { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", "name" : "@Author::KENTNL/CopyXBuild", - "version" : "0.151680" + "version" : "0.163040" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::KENTNL/Test::ReportPrereqs", - "version" : "0.024" + "version" : "0.025" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -358,25 +368,25 @@ "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ - ":InstallModules", ":ExecFiles", + ":InstallModules", ":TestFiles" ], - "trailing_whitespace" : "1" + "trailing_whitespace" : 1 } }, "name" : "@Author::KENTNL/Test::EOL", - "version" : "0.18" + "version" : "0.19" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "name" : "@Author::KENTNL/Test::MinimumVersion", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -388,12 +398,12 @@ "path_translator" : "base64_filter", "prefix" : "t/00-compile", "skip" : [], - "test_template" : "01-basic.t.tpl", + "test_template" : "02-raw-require.t.tpl", "xt_mode" : null } }, "name" : "@Author::KENTNL/Test::Compile::PerFile", - "version" : "0.003000" + "version" : "0.004000" }, { "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", @@ -403,7 +413,7 @@ { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", @@ -418,6 +428,7 @@ "skip_version_provider" : 0 }, "Dist::Zilla::Role::Version::Sanitize" : { + "$Dist::Zilla::Role::Version::Sanitize::VERSION" : "0.002002", "mantissa" : "6", "normal_form" : "numify" } @@ -437,108 +448,108 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "REQUIRES", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_FUNCTIONS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.012" + "version" : "4.015" } ] } }, "name" : "@Author::KENTNL/PodWeaver", - "version" : "4.006" + "version" : "4.008" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -549,12 +560,12 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::KENTNL/Prereqs::AuthorDeps", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -574,17 +585,17 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", - "version" : "0.005001" + "version" : "0.005002" }, { "class" : "Dist::Zilla::Plugin::Readme::Brief", "name" : "@Author::KENTNL/ShippedReadme", - "version" : "0.002005" + "version" : "0.003001" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", @@ -594,12 +605,17 @@ } }, "name" : "@Author::KENTNL/ReadmeAnyFromPod", - "version" : "0.160630" + "version" : "0.163250" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, "name" : "@Author::KENTNL/Test::CPAN::Changes", - "version" : "0.009" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -609,17 +625,17 @@ } }, "name" : "@Author::KENTNL/RunExtraTests", - "version" : "0.028" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -636,11 +652,12 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." } }, "name" : "@Author::KENTNL/Git::Check", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -658,6 +675,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -665,7 +683,7 @@ } }, "name" : "@Author::KENTNL/commit_dirty_files", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -674,11 +692,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "1.001003-source", + "tag" : "1.001004-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -686,7 +705,7 @@ } }, "name" : "@Author::KENTNL/tag_master", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::NextRelease", @@ -711,7 +730,7 @@ } }, "name" : "@Author::KENTNL/BumpVersionAfterRelease", - "version" : "0.012" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -731,6 +750,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -738,7 +758,7 @@ } }, "name" : "@Author::KENTNL/commit_release_changes", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::CommitBuild", @@ -752,11 +772,12 @@ "release_message" : "Build results of %h (on %b)" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." } }, "name" : "@Author::KENTNL/Git::CommitBuild", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -765,11 +786,12 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "1.001003", + "tag" : "1.001004", "tag_format" : "%v", "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -777,12 +799,12 @@ } }, "name" : "@Author::KENTNL/tag_release", - "version" : "2.036" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Twitter", @@ -807,7 +829,7 @@ } }, "name" : "@Author::KENTNL/Prereqs::Upgrade", - "version" : "0.001000" + "version" : "0.001001" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", @@ -844,7 +866,7 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -855,72 +877,73 @@ } }, "name" : "Prereqs", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.043" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.043" + "version" : "6.008" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.043" + "version" : "6.008" } }, - "x_authority" : "cpan:KENTNL" + "x_authority" : "cpan:KENTNL", + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0227" } diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/META.yml libdist-zilla-role-bootstrap-perl-1.001004/META.yml --- libdist-zilla-role-bootstrap-perl-1.001003/META.yml 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/META.yml 2017-03-03 07:16:34.000000000 +0000 @@ -12,13 +12,13 @@ File::Spec: '0' FindBin: '0' Moose: '0' - Test::More: '0.89' + Test::More: '0' perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -27,7 +27,7 @@ provides: Dist::Zilla::Role::Bootstrap: file: lib/Dist/Zilla/Role/Bootstrap.pm - version: '1.001003' + version: '1.001004' recommends: Path::Tiny: '0.058' requires: @@ -45,4 +45,4 @@ bugtracker: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues homepage: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap repository: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap.git -version: '1.001003' +version: '1.001004' diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/misc/built_with.json libdist-zilla-role-bootstrap-perl-1.001004/misc/built_with.json --- libdist-zilla-role-bootstrap-perl-1.001003/misc/built_with.json 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/misc/built_with.json 2017-03-03 07:16:34.000000000 +0000 @@ -1,101 +1,102 @@ { "modules" : { - "CPAN::Meta" : "2.150001", - "Carp" : "1.36", - "Dist::Zilla" : "5.043", + "CPAN::Meta" : "2.150010", + "Carp" : "1.42", + "Dist::Zilla" : "6.008", "Dist::Zilla::App::Command::bakeini" : "0.002005", - "Dist::Zilla::Chrome::Test" : "5.043", - "Dist::Zilla::Dist::Builder" : "5.043", - "Dist::Zilla::MVP::Assembler::Zilla" : "5.043", - "Dist::Zilla::MVP::Section" : "5.043", + "Dist::Zilla::Chrome::Test" : "6.008", + "Dist::Zilla::Dist::Builder" : "6.008", + "Dist::Zilla::MVP::Assembler::Zilla" : "6.008", + "Dist::Zilla::MVP::Section" : "6.008", "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001005", - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005001", - "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005002", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001003", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AutoPrereqs" : "5.043", - "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.012", - "Dist::Zilla::Plugin::ConfirmRelease" : "5.043", - "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.151680", - "Dist::Zilla::Plugin::Git::Check" : "2.036", - "Dist::Zilla::Plugin::Git::Commit" : "2.036", - "Dist::Zilla::Plugin::Git::CommitBuild" : "2.036", - "Dist::Zilla::Plugin::Git::Contributors" : "0.015", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.036", + "Dist::Zilla::Plugin::AutoPrereqs" : "6.008", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.015", + "Dist::Zilla::Plugin::ConfirmRelease" : "6.008", + "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.163040", + "Dist::Zilla::Plugin::Git::Check" : "2.041", + "Dist::Zilla::Plugin::Git::Commit" : "2.041", + "Dist::Zilla::Plugin::Git::CommitBuild" : "2.041", + "Dist::Zilla::Plugin::Git::Contributors" : "0.029", + "Dist::Zilla::Plugin::Git::GatherDir" : "2.041", "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", - "Dist::Zilla::Plugin::Git::Tag" : "2.036", + "Dist::Zilla::Plugin::Git::Tag" : "2.041", "Dist::Zilla::Plugin::GithubMeta" : "0.54", - "Dist::Zilla::Plugin::License" : "5.043", - "Dist::Zilla::Plugin::MakeMaker" : "5.043", - "Dist::Zilla::Plugin::Manifest" : "5.043", - "Dist::Zilla::Plugin::ManifestSkip" : "5.043", - "Dist::Zilla::Plugin::MetaConfig" : "5.043", - "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004002", - "Dist::Zilla::Plugin::MetaJSON" : "5.043", - "Dist::Zilla::Plugin::MetaProvides::Package" : "2.004000", - "Dist::Zilla::Plugin::MetaTests" : "5.043", + "Dist::Zilla::Plugin::License" : "6.008", + "Dist::Zilla::Plugin::MakeMaker" : "6.008", + "Dist::Zilla::Plugin::Manifest" : "6.008", + "Dist::Zilla::Plugin::ManifestSkip" : "6.008", + "Dist::Zilla::Plugin::MetaConfig" : "6.008", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004005", + "Dist::Zilla::Plugin::MetaJSON" : "6.008", + "Dist::Zilla::Plugin::MetaProvides::Package" : "2.004003", + "Dist::Zilla::Plugin::MetaTests" : "6.008", "Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001000", "Dist::Zilla::Plugin::MinimumPerl" : "1.006", - "Dist::Zilla::Plugin::PodCoverageTests" : "5.043", - "Dist::Zilla::Plugin::PodSyntaxTests" : "5.043", - "Dist::Zilla::Plugin::PodWeaver" : "4.006", - "Dist::Zilla::Plugin::Prereqs" : "5.043", - "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.005", + "Dist::Zilla::Plugin::PodCoverageTests" : "6.008", + "Dist::Zilla::Plugin::PodSyntaxTests" : "6.008", + "Dist::Zilla::Plugin::PodWeaver" : "4.008", + "Dist::Zilla::Plugin::Prereqs" : "6.008", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001", - "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001000", - "Dist::Zilla::Plugin::Readme::Brief" : "0.002005", - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.160630", + "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001001", + "Dist::Zilla::Plugin::Readme::Brief" : "0.003001", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.163250", "Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001000", "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001005", - "Dist::Zilla::Plugin::RunExtraTests" : "0.028", - "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.009", - "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000", - "Dist::Zilla::Plugin::Test::EOL" : "0.18", + "Dist::Zilla::Plugin::RunExtraTests" : "0.029", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.004000", + "Dist::Zilla::Plugin::Test::EOL" : "0.19", "Dist::Zilla::Plugin::Test::Kwalitee" : "2.12", - "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000006", + "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000007", "Dist::Zilla::Plugin::Test::Perl::Critic" : "3.000", - "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.024", - "Dist::Zilla::Plugin::TestRelease" : "5.043", + "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.025", + "Dist::Zilla::Plugin::TestRelease" : "6.008", "Dist::Zilla::Plugin::Twitter" : "0.026", - "Dist::Zilla::Plugin::UploadToCPAN" : "5.043", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025010", - "Dist::Zilla::Role::Plugin" : "5.043", - "English" : "1.09", - "ExtUtils::MakeMaker" : "7.11_06", + "Dist::Zilla::Plugin::UploadToCPAN" : "6.008", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025020", + "Dist::Zilla::Role::Plugin" : "6.008", + "English" : "1.10", + "ExtUtils::MakeMaker" : "7.24", "File::Copy::Recursive" : "0.38", - "File::Spec" : "3.56", + "File::Spec" : "3.66", "FindBin" : "1.51", "List::UtilsBy" : "0.10", - "Moose" : "2.1605", - "Moose::Role" : "2.1605", - "Path::Tiny" : "0.086", + "Moose" : "2.2004", + "Moose::Role" : "2.2004", + "Path::Tiny" : "0.104", "Pod::Coverage::TrustPod" : "0.100003", - "Software::License::Perl_5" : "0.103010", + "Software::License::Perl_5" : "0.103012", "Test::CPAN::Changes" : "0.400002", "Test::CPAN::Meta" : "0.25", "Test::EOL" : "1.6", - "Test::Kwalitee" : "1.22", - "Test::More" : "1.001014", + "Test::Kwalitee" : "1.25", + "Test::MinimumVersion" : "0.101082", + "Test::More" : "1.302073", "Test::Pod" : "1.51", "Test::Pod::Coverage" : "1.10", - "lib" : "0.63", - "strict" : "1.09", - "version" : "0.9909", - "warnings" : "1.34" + "lib" : "0.64", + "strict" : "1.11", + "version" : "0.9917", + "warnings" : "1.37" }, "perl" : { - "original" : "v5.22.1", + "original" : "v5.25.10", "qv" : 1, "version" : [ 5, - 22, - 1 + 25, + 10 ] }, "perl-config" : { - "gccversion" : "5.2.0", + "gccversion" : "5.4.0", "myarchname" : "x86_64-linux", "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 4.4.0-gentoo-r1 x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 4.8.5-gentoo x86_64 GenuineIntel GNU/Linux" } diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps --- libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps 2017-03-03 07:16:34.000000000 +0000 @@ -1,6 +1,10 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -1.001003 +1.001004 + [Changed / test requires] + - Test::More 0.89 → 0 + +1.001003 2016-04-29T22:50:28Z [Changed / configure requires] - perl 5.008 → 5.006 diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps.all libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps.all --- libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps.all 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps.all 2017-03-03 07:16:34.000000000 +0000 @@ -1,6 +1,19 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -1.001003 +1.001004 + [Added / develop requires] + - Test::MinimumVersion + + [Changed / develop requires] + - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902 + + [Changed / develop suggests] + - Dist::Zilla::PluginBundle::Author::KENTNL 2.025010 → 2.025020 + + [Changed / test requires] + - Test::More 0.89 → 0 + +1.001003 2016-04-29T22:50:28Z [Added / develop requires] - English - Software::License::Perl_5 diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps.dev libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps.dev --- libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps.dev 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps.dev 2017-03-03 07:16:34.000000000 +0000 @@ -1,6 +1,16 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -1.001003 +1.001004 + [Added / develop requires] + - Test::MinimumVersion + + [Changed / develop requires] + - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902 + + [Changed / develop suggests] + - Dist::Zilla::PluginBundle::Author::KENTNL 2.025010 → 2.025020 + +1.001003 2016-04-29T22:50:28Z [Added / develop requires] - English - Software::License::Perl_5 diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps.opt libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps.opt --- libdist-zilla-role-bootstrap-perl-1.001003/misc/Changes.deps.opt 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/misc/Changes.deps.opt 2017-03-03 07:16:34.000000000 +0000 @@ -1,6 +1,8 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -1.001003 +1.001004 + +1.001003 2016-04-29T22:50:28Z 1.001002 2015-07-01T04:05:24Z diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/perlcritic.rc libdist-zilla-role-bootstrap-perl-1.001004/perlcritic.rc --- libdist-zilla-role-bootstrap-perl-1.001003/perlcritic.rc 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/perlcritic.rc 2017-03-03 07:16:34.000000000 +0000 @@ -159,7 +159,7 @@ [Documentation::RequirePodAtEnd] -[Documentation::RequirePodLinksIncludeText] +[-Documentation::RequirePodLinksIncludeText] [-Documentation::RequirePodSections] @@ -316,7 +316,7 @@ [Subroutines::ProhibitExcessComplexity] -[Subroutines::ProhibitExplicitReturnUndef] +[-Subroutines::ProhibitExplicitReturnUndef] [Subroutines::ProhibitExportingUndeclaredSubs] diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/README libdist-zilla-role-bootstrap-perl-1.001004/README --- libdist-zilla-role-bootstrap-perl-1.001003/README 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/README 2017-03-03 07:16:34.000000000 +0000 @@ -41,7 +41,7 @@ COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric +This software is copyright (c) 2017 by Kent Fredric . This is free software; you can redistribute it and/or modify it under diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t libdist-zilla-role-bootstrap-perl-1.001004/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t --- libdist-zilla-role-bootstrap-perl-1.001003/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t 2017-03-03 07:16:34.000000000 +0000 @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003000 -# with template 01-basic.t.tpl - -use Test::More 0.89 tests => 1; - -require_ok("lib/Dist/Zilla/Role/Bootstrap.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000 +# with template 02-raw-require.t.tpl +my $file = "Dist/Zilla/Role/Bootstrap.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/t/00-report-prereqs.dd libdist-zilla-role-bootstrap-perl-1.001004/t/00-report-prereqs.dd --- libdist-zilla-role-bootstrap-perl-1.001003/t/00-report-prereqs.dd 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/t/00-report-prereqs.dd 2017-03-03 07:16:34.000000000 +0000 @@ -54,7 +54,7 @@ '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', @@ -70,13 +70,14 @@ 'Test::CPAN::Meta' => '0', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', + 'Test::MinimumVersion' => '0', 'Test::More' => '0.96', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08' }, 'suggests' => { 'Dist::Zilla::App::Command::bakeini' => '0.002005', - 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.025010' + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.025020' } }, 'runtime' => { @@ -113,7 +114,7 @@ 'File::Spec' => '0', 'FindBin' => '0', 'Moose' => '0', - 'Test::More' => '0.89', + 'Test::More' => '0', 'perl' => '5.006' } } diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/t/00-report-prereqs.t libdist-zilla-role-bootstrap-perl-1.001004/t/00-report-prereqs.t --- libdist-zilla-role-bootstrap-perl-1.001003/t/00-report-prereqs.t 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/t/00-report-prereqs.t 2017-03-03 07:16:34.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.024 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025 use Test::More tests => 1; @@ -78,10 +78,10 @@ # Add dynamic prereqs to the included modules list (if we can) my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; -if ( $source && $HAS_CPAN_META ) { - if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { - $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); - } +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { $source = 'static metadata'; diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/.travis.yml libdist-zilla-role-bootstrap-perl-1.001004/.travis.yml --- libdist-zilla-role-bootstrap-perl-1.001003/.travis.yml 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/.travis.yml 2017-03-03 07:16:34.000000000 +0000 @@ -16,7 +16,8 @@ - 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 -Nru libdist-zilla-role-bootstrap-perl-1.001003/xt/author/eol.t libdist-zilla-role-bootstrap-perl-1.001004/xt/author/eol.t --- libdist-zilla-role-bootstrap-perl-1.001003/xt/author/eol.t 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/xt/author/eol.t 2017-03-03 07:16:34.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19 use Test::More 0.88; use Test::EOL; diff -Nru libdist-zilla-role-bootstrap-perl-1.001003/xt/release/cpan-changes.t libdist-zilla-role-bootstrap-perl-1.001004/xt/release/cpan-changes.t --- libdist-zilla-role-bootstrap-perl-1.001003/xt/release/cpan-changes.t 2016-04-29 23:00:26.000000000 +0000 +++ libdist-zilla-role-bootstrap-perl-1.001004/xt/release/cpan-changes.t 2017-03-03 07:16:34.000000000 +0000 @@ -1,11 +1,10 @@ -#!perl - use strict; use warnings; -use Test::More 0.96 tests => 2; -use_ok('Test::CPAN::Changes'); +# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012 + +use Test::More 0.96 tests => 1; +use Test::CPAN::Changes; subtest 'changes_ok' => sub { changes_file_ok('Changes'); }; -done_testing();