diff -Nru libhash-util-fieldhash-compat-perl-0.10/Changes libhash-util-fieldhash-compat-perl-0.11/Changes --- libhash-util-fieldhash-compat-perl-0.10/Changes 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/Changes 2016-06-13 21:57:59.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Hash-Util-FieldHash-Compat +0.11 2016-06-13 21:57:55Z + - be gentle to older toolchains by avoiding the use of + Module::Metadata in configure-requires (RT#115310) + 0.10 2015-09-27 04:28:27Z - fix invalid prereq specification for Heavy implementation (changed in 0.09) diff -Nru libhash-util-fieldhash-compat-perl-0.10/CONTRIBUTING libhash-util-fieldhash-compat-perl-0.11/CONTRIBUTING --- libhash-util-fieldhash-compat-perl-0.10/CONTRIBUTING 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/CONTRIBUTING 2016-06-13 21:57:59.000000000 +0000 @@ -26,7 +26,7 @@ You may need to satisfy some dependencies. The easiest way to satisfy dependencies is to install the last release -- this is available at -https://metacpan.org/release/Hash-Util-FieldHash-Compat. +https://metacpan.org/release/Hash-Util-FieldHash-Compat If you use cpanminus, you can do it without downloading the tarball first: @@ -82,7 +82,7 @@ If you have found a bug, but do not have an accompanying patch to fix it, you can submit an issue report here: https://rt.cpan.org/Public/Dist/Display.html?Name=Hash-Util-FieldHash-Compat -or via bug-Hash-Util-FieldHash-Compat@rt.cpan.org. +or via email: bug-Hash-Util-FieldHash-Compat@rt.cpan.org This is a good place to send your questions about the usage of this distribution. If you send me a patch or pull request, your name and email address will be @@ -92,5 +92,5 @@ request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.006 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.104. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.009 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.116. diff -Nru libhash-util-fieldhash-compat-perl-0.10/debian/changelog libhash-util-fieldhash-compat-perl-0.11/debian/changelog --- libhash-util-fieldhash-compat-perl-0.10/debian/changelog 2015-09-28 15:44:14.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/debian/changelog 2016-06-17 17:39:33.000000000 +0000 @@ -1,3 +1,21 @@ +libhash-util-fieldhash-compat-perl (0.11-1) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Lucas Kanashiro ] + * Import upstream version 0.11 + * Update Debian packaging copyright + * Declare complaince with Debian policy 3.9.8 + * debian/control: fix build dependencies, thanks cme + + -- Lucas Kanashiro Fri, 17 Jun 2016 14:38:36 -0300 + libhash-util-fieldhash-compat-perl (0.10-1) unstable; urgency=medium * Team upload. diff -Nru libhash-util-fieldhash-compat-perl-0.10/debian/control libhash-util-fieldhash-compat-perl-0.11/debian/control --- libhash-util-fieldhash-compat-perl-0.10/debian/control 2015-09-28 15:44:14.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/debian/control 2016-06-17 17:39:33.000000000 +0000 @@ -7,11 +7,10 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: libtie-refhash-weak-perl, perl, - perl (>= 5.13.9) | libmodule-metadata-perl, perl (>= 5.15.9) | libcpan-meta-requirements-perl -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git Homepage: https://metacpan.org/release/Hash-Util-FieldHash-Compat Package: libhash-util-fieldhash-compat-perl diff -Nru libhash-util-fieldhash-compat-perl-0.10/debian/copyright libhash-util-fieldhash-compat-perl-0.11/debian/copyright --- libhash-util-fieldhash-compat-perl-0.10/debian/copyright 2015-09-28 15:44:14.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/debian/copyright 2016-06-17 17:39:33.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hash-Util-FieldHash-Compat Upstream-Contact: Yuval Kogman Source: https://metacpan.org/release/Hash-Util-FieldHash-Compat @@ -9,6 +9,7 @@ Files: debian/* Copyright: 2011, Tim Retout + 2016, Lucas Kanashiro License: Artistic or GPL-1+ License: Artistic diff -Nru libhash-util-fieldhash-compat-perl-0.10/dist.ini libhash-util-fieldhash-compat-perl-0.11/dist.ini --- libhash-util-fieldhash-compat-perl-0.10/dist.ini 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/dist.ini 2016-06-13 21:57:59.000000000 +0000 @@ -19,6 +19,7 @@ Test::ReportPrereqs.include[1] = Tie::RefHash::Weak Test::ReportPrereqs.include[2] = Tie::RefHash Test::ReportPrereqs.include[3] = Scalar::Util +Test::ReportPrereqs.version_extractor = ExtUtils::MakeMaker ; fewer prereqs for 5.6 StaticInstall.dry_run = 0 ; we can safely set this here [OnlyCorePrereqs] @@ -26,13 +27,13 @@ starting_version = 5.006 [DynamicPrereqs] -:version = 0.016 +:version = 0.018 -delimiter = | --raw = |if (not has_module('Hash::Util::FieldHash')) { --raw = | requires('Tie::RefHash::Weak', '0.08'); --raw = | requires('Tie::RefHash', '1.38'); --raw = | requires('Scalar::Util'); --raw = |} +-body = |if (not eval 'require Hash::Util::FieldHash') { +-body = | requires('Tie::RefHash::Weak', '0.08'); +-body = | requires('Tie::RefHash', '1.38'); +-body = | requires('Scalar::Util'); +-body = |} [Prereqs / DevelopRequires] Tie::RefHash::Weak = 0.08 diff -Nru libhash-util-fieldhash-compat-perl-0.10/INSTALL libhash-util-fieldhash-compat-perl-0.11/INSTALL --- libhash-util-fieldhash-compat-perl-0.10/INSTALL 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/INSTALL 2016-06-13 21:57:59.000000000 +0000 @@ -8,10 +8,10 @@ % cpanm Hash::Util::FieldHash::Compat -If you are installing into a system-wide directory, you may need to pass the -"-S" flag to cpanm, which uses sudo to install the module: - - % cpanm -S Hash::Util::FieldHash::Compat +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. ## Installing with the CPAN shell @@ -31,9 +31,9 @@ % make install -If you are installing into a system-wide directory, you may need to run: - - % sudo make install +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib ## Documentation diff -Nru libhash-util-fieldhash-compat-perl-0.10/lib/Hash/Util/FieldHash/Compat/Heavy.pm libhash-util-fieldhash-compat-perl-0.11/lib/Hash/Util/FieldHash/Compat/Heavy.pm --- libhash-util-fieldhash-compat-perl-0.10/lib/Hash/Util/FieldHash/Compat/Heavy.pm 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/lib/Hash/Util/FieldHash/Compat/Heavy.pm 2016-06-13 21:57:59.000000000 +0000 @@ -3,7 +3,7 @@ package Hash::Util::FieldHash::Compat::Heavy; # ABSTRACT: Emulate Hash::Util::FieldHash using Tie::RefHash etc -our $VERSION = '0.10'; +our $VERSION = '0.11'; package # hide from 'provides' scanner Hash::Util::FieldHash::Compat; @@ -207,7 +207,7 @@ =head1 VERSION -version 0.10 +version 0.11 =head1 SYNOPSIS diff -Nru libhash-util-fieldhash-compat-perl-0.10/lib/Hash/Util/FieldHash/Compat.pm libhash-util-fieldhash-compat-perl-0.11/lib/Hash/Util/FieldHash/Compat.pm --- libhash-util-fieldhash-compat-perl-0.10/lib/Hash/Util/FieldHash/Compat.pm 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/lib/Hash/Util/FieldHash/Compat.pm 2016-06-13 21:57:59.000000000 +0000 @@ -1,11 +1,11 @@ -package Hash::Util::FieldHash::Compat; # git description: v0.09-4-gf463ebf +package Hash::Util::FieldHash::Compat; # git description: v0.10-5-g9de9e11 # ABSTRACT: Use Hash::Util::FieldHash or ties, depending on availability # KEYWORDS: fields hashes fieldhash backwards compatibility backcompat tie use strict; use warnings; -our $VERSION = '0.10'; +our $VERSION = '0.11'; use constant REAL_FIELDHASH => do { local $@; local $SIG{__DIE__}; eval { require Hash::Util::FieldHash } }; @@ -46,7 +46,7 @@ =head1 VERSION -version 0.10 +version 0.11 =head1 SYNOPSIS diff -Nru libhash-util-fieldhash-compat-perl-0.10/Makefile.PL libhash-util-fieldhash-compat-perl-0.11/Makefile.PL --- libhash-util-fieldhash-compat-perl-0.10/Makefile.PL 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/Makefile.PL 2016-06-13 21:57:59.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005. use strict; use warnings; @@ -10,9 +10,7 @@ "ABSTRACT" => "Use Hash::Util::FieldHash or ties, depending on availability", "AUTHOR" => "\x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kogman) ", "CONFIGURE_REQUIRES" => { - "CPAN::Meta::Requirements" => "2.120620", - "ExtUtils::MakeMaker" => 0, - "Module::Metadata" => 0 + "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Hash-Util-FieldHash-Compat", "LICENSE" => "perl", @@ -28,9 +26,9 @@ "TEST_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, - "Test::More" => 0 + "Test::More" => "0.88" }, - "VERSION" => "0.10", + "VERSION" => "0.11", "test" => { "TESTS" => "t/*.t" } @@ -41,15 +39,15 @@ "Exporter" => 0, "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, - "Test::More" => 0, + "Test::More" => "0.88", "constant" => 0, "parent" => 0, "strict" => 0, "warnings" => 0 ); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.016 -if (not has_module('Hash::Util::FieldHash')) { +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.029 +if (not eval 'require Hash::Util::FieldHash') { requires('Tie::RefHash::Weak', '0.08'); requires('Tie::RefHash', '1.38'); requires('Scalar::Util'); @@ -67,28 +65,21 @@ WriteMakefile(%WriteMakefileArgs); -# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.016 -sub has_module { - my ($module, $version_or_range) = @_; - require Module::Metadata; - my $mmd = Module::Metadata->new_from_module($module); - return undef if not $mmd; - return $mmd->version($module) if not defined $version_or_range; - - require CPAN::Meta::Requirements; - my $req = CPAN::Meta::Requirements->new; - $req->add_string_requirement($module => $version_or_range); - return 1 if $req->accepts_module($module => $mmd->version($module)); - return 0; +# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.029 +sub _add_prereq { + my ($mm_key, $module, $version_or_range) = @_; + warn "$module already exists in $mm_key -- need to do a sane metamerge!" + if exists $WriteMakefileArgs{$mm_key}{$module} + and $WriteMakefileArgs{$mm_key}{$module} ne ($version_or_range || 0); + warn "$module already exists in FallbackPrereqs -- need to do a sane metamerge!" + if exists $FallbackPrereqs{$module} and $FallbackPrereqs{$module} ne ($version_or_range || 0); + $WriteMakefileArgs{$mm_key}{$module} = $FallbackPrereqs{$module} = $version_or_range || 0; + return; } -sub requires { - goto &runtime_requires; -} +sub requires { goto &runtime_requires } sub runtime_requires { my ($module, $version_or_range) = @_; - $version_or_range = '0' if not $version_or_range; - $WriteMakefileArgs{PREREQ_PM}{$module} = $FallbackPrereqs{$module} = $version_or_range; - return; + _add_prereq(PREREQ_PM => $module, $version_or_range); } diff -Nru libhash-util-fieldhash-compat-perl-0.10/MANIFEST libhash-util-fieldhash-compat-perl-0.11/MANIFEST --- libhash-util-fieldhash-compat-perl-0.10/MANIFEST 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/MANIFEST 2016-06-13 21:57:59.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.039. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.005. CONTRIBUTING Changes INSTALL @@ -21,9 +21,9 @@ xt/author/mojibake.t xt/author/no-tabs.t xt/author/pod-spell.t +xt/author/pod-syntax.t +xt/author/portability.t xt/release/changes_has_content.t xt/release/cpan-changes.t xt/release/distmeta.t xt/release/minimum-version.t -xt/release/pod-syntax.t -xt/release/portability.t diff -Nru libhash-util-fieldhash-compat-perl-0.10/META.json libhash-util-fieldhash-compat-perl-0.11/META.json --- libhash-util-fieldhash-compat-perl-0.10/META.json 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/META.json 2016-06-13 21:57:59.000000000 +0000 @@ -1,10 +1,10 @@ { "abstract" : "Use Hash::Util::FieldHash or ties, depending on availability", "author" : [ - "יובל קוג'מן (Yuval Kogman) " + "\u05d9\u05d5\u05d1\u05dc \u05e7\u05d5\u05d2'\u05de\u05df (Yuval Kogman) " ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005", "keywords" : [ "fields", "hashes", @@ -31,21 +31,18 @@ "prereqs" : { "configure" : { "requires" : { - "CPAN::Meta::Requirements" : "2.120620", "ExtUtils::MakeMaker" : "0", - "Module::Metadata" : "0", "perl" : "5.006" } }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.104" + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.116" }, "requires" : { "Devel::Hide" : "0", "Dist::Zilla" : "5", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AuthorityFromModule" : "0.002", "Dist::Zilla::Plugin::AutoMetaResources" : "0", "Dist::Zilla::Plugin::AutoPrereqs" : "5.038", "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004", @@ -55,9 +52,9 @@ "Dist::Zilla::Plugin::CheckStrictVersion" : "0", "Dist::Zilla::Plugin::ConfirmRelease" : "0", "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0", - "Dist::Zilla::Plugin::DynamicPrereqs" : "0.016", + "Dist::Zilla::Plugin::DynamicPrereqs" : "0.018", "Dist::Zilla::Plugin::FileFinder::ByName" : "0", - "Dist::Zilla::Plugin::GenerateFile::ShareDir" : "0", + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : "0", "Dist::Zilla::Plugin::Git::Check" : "0", "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004", "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0", @@ -70,7 +67,7 @@ "Dist::Zilla::Plugin::Git::Tag" : "0", "Dist::Zilla::Plugin::GitHub::Update" : "0.40", "Dist::Zilla::Plugin::GithubMeta" : "0.54", - "Dist::Zilla::Plugin::InstallGuide" : "0", + "Dist::Zilla::Plugin::InstallGuide" : "1.200005", "Dist::Zilla::Plugin::Keywords" : "0.004", "Dist::Zilla::Plugin::License" : "5.038", "Dist::Zilla::Plugin::MakeMaker" : "0", @@ -85,10 +82,10 @@ "Dist::Zilla::Plugin::MojibakeTests" : "0.8", "Dist::Zilla::Plugin::NextRelease" : "5.033", "Dist::Zilla::Plugin::OnlyCorePrereqs" : "0", - "Dist::Zilla::Plugin::PodSyntaxTests" : "0", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040", "Dist::Zilla::Plugin::PodWeaver" : "4.005", "Dist::Zilla::Plugin::Prereqs" : "0", - "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", "Dist::Zilla::Plugin::PromptIfStale" : "0", "Dist::Zilla::Plugin::Readme" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180", @@ -101,12 +98,12 @@ "Dist::Zilla::Plugin::Test::ChangesHasContent" : "0", "Dist::Zilla::Plugin::Test::Compile" : "2.039", "Dist::Zilla::Plugin::Test::EOL" : "0.17", - "Dist::Zilla::Plugin::Test::Kwalitee" : "2.06", + "Dist::Zilla::Plugin::Test::Kwalitee" : "2.10", "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003", "Dist::Zilla::Plugin::Test::NoTabs" : "0.08", - "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006001", - "Dist::Zilla::Plugin::Test::Portability" : "0", - "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019", + "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006003", + "Dist::Zilla::Plugin::Test::Portability" : "2.000007", + "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022", "Dist::Zilla::Plugin::TestRelease" : "0", "Dist::Zilla::Plugin::UploadToCPAN" : "0", "Dist::Zilla::PluginBundle::Author::ETHER" : "0.094", @@ -123,6 +120,7 @@ "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", "Tie::RefHash" : "1.38", "Tie::RefHash::Weak" : "0.08", @@ -148,7 +146,7 @@ "requires" : { "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", - "Test::More" : "0", + "Test::More" : "0.88", "perl" : "5.006" } } @@ -156,11 +154,11 @@ "provides" : { "Hash::Util::FieldHash::Compat" : { "file" : "lib/Hash/Util/FieldHash/Compat.pm", - "version" : "0.10" + "version" : "0.11" }, "Hash::Util::FieldHash::Compat::Heavy" : { "file" : "lib/Hash/Util/FieldHash/Compat/Heavy.pm", - "version" : "0.10" + "version" : "0.11" } }, "release_status" : "stable", @@ -176,10 +174,10 @@ "web" : "https://github.com/karenetheridge/Hash-Util-FieldHash-Compat" } }, - "version" : "0.10", + "version" : "0.11", "x_Dist_Zilla" : { "perl" : { - "version" : "5.023003" + "version" : "5.025000" }, "plugins" : [ { @@ -191,7 +189,7 @@ } }, "name" : "@Author::ETHER/bundle_plugins", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", @@ -220,11 +218,12 @@ "Dist::Zilla::PluginBundle::Author::ETHER" ], "phase" : "build", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, build", - "version" : "0.047" + "version" : "0.050" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -234,21 +233,17 @@ "check_all_prereqs" : 1, "modules" : [], "phase" : "release", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, release", - "version" : "0.047" + "version" : "0.050" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "5.039" - }, - { - "class" : "Dist::Zilla::Plugin::FileFinder::ByName", - "name" : "@Author::ETHER/ExtraTestFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -257,7 +252,7 @@ "exclude_filename" : [ "CONTRIBUTING", "INSTALL", - "LICENSE", + "LICENCE", "README.pod" ], "exclude_match" : [], @@ -272,58 +267,63 @@ } }, "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ETHER/License", - "version" : "5.039" + "version" : "6.005" }, { - "class" : "Dist::Zilla::Plugin::GenerateFile::ShareDir", + "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", "config" : { - "Dist::Zilla::Plugin::GenerateFile::ShareDir" : { + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { "destination_filename" : "CONTRIBUTING", "dist" : "Dist-Zilla-PluginBundle-Author-ETHER", "encoding" : "UTF-8", "has_xs" : 0, "location" : "build", "source_filename" : "CONTRIBUTING" + }, + "Dist::Zilla::Role::RepoFileInjector" : { + "allow_overwrite" : 1, + "repo_root" : ".", + "version" : "0.007" } }, "name" : "@Author::ETHER/generate CONTRIBUTING", - "version" : "0.006" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", "name" : "@Author::ETHER/InstallGuide", - "version" : "1.200006" + "version" : "1.200007" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { "Dist::Zilla::Plugin::Test::Compile" : { - "bail_out_on_fail" : "1", + "bail_out_on_fail" : 1, "fail_on_warning" : "author", "fake_home" : 0, "filename" : "xt/author/00-compile.t", @@ -352,7 +352,7 @@ ":ExecFiles", "@Author::ETHER/Examples", ":TestFiles", - "@Author::ETHER/ExtraTestFiles" + ":ExtraTestFiles" ] } }, @@ -369,9 +369,9 @@ ":ExecFiles", "@Author::ETHER/Examples", ":TestFiles", - "@Author::ETHER/ExtraTestFiles" + ":ExtraTestFiles" ], - "trailing_whitespace" : "1" + "trailing_whitespace" : 1 } }, "name" : "@Author::ETHER/Test::EOL", @@ -380,17 +380,22 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ETHER/MetaTests", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, "name" : "@Author::ETHER/Test::CPAN::Changes", - "version" : "0.009" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", "name" : "@Author::ETHER/Test::ChangesHasContent", - "version" : "0.008" + "version" : "0.010" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", @@ -400,12 +405,28 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", + "config" : { + "Dist::Zilla::Plugin::Test::PodSpelling" : { + "directories" : [ + "examples", + "lib", + "script", + "t", + "xt" + ], + "spell_cmd" : "", + "stopwords" : [ + "irc" + ], + "wordlist" : "Pod::Wordlist" + } + }, "name" : "@Author::ETHER/Test::PodSpelling", - "version" : "2.006009" + "version" : "2.007002" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -416,7 +437,7 @@ } }, "name" : "@Author::ETHER/Test::Kwalitee", - "version" : "2.11" + "version" : "2.12" }, { "class" : "Dist::Zilla::Plugin::MojibakeTests", @@ -426,12 +447,12 @@ { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::ETHER/Test::ReportPrereqs", - "version" : "0.021" + "version" : "0.025" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", "name" : "@Author::ETHER/Test::Portability", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::Git::Describe", @@ -452,93 +473,93 @@ "plugins" : [ { "class" : "Pod::Weaver::Plugin::EnsurePod5", - "name" : "@CorePrep/EnsurePod5", - "version" : "4.012" + "name" : "@Author::ETHER/EnsurePod5", + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::H1Nester", - "name" : "@CorePrep/H1Nester", - "version" : "4.012" + "name" : "@Author::ETHER/H1Nester", + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Author::ETHER/SingleEncoding", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/List", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/Verbatim", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/header", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Author::ETHER/Name", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Author::ETHER/Version", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/prelude", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TYPES", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Author::ETHER/Leftovers", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/postlude", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::GenerateSection", @@ -553,7 +574,7 @@ { "class" : "Pod::Weaver::Section::Authors", "name" : "@Author::ETHER/Authors", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -563,18 +584,18 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@Author::ETHER/Legal", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/footer", - "version" : "4.012" + "version" : "4.013" } ] } }, "name" : "@Author::ETHER/PodWeaver", - "version" : "4.006" + "version" : "4.008" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -587,20 +608,6 @@ "version" : "1.21" }, { - "class" : "Dist::Zilla::Plugin::AuthorityFromModule", - "config" : { - "Dist::Zilla::Plugin::AuthorityFromModule" : { - "module" : "Hash::Util::FieldHash::Compat" - }, - "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000029", - "version" : "0.003" - } - }, - "name" : "@Author::ETHER/AuthorityFromModule", - "version" : "0.006" - }, - { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Author::ETHER/Authority", "version" : "1.009" @@ -608,7 +615,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -621,23 +628,28 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.039" + "version" : "6.005" } ] }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "inherit_missing" : "0", - "inherit_version" : "0", - "meta_noindex" : "1" + "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002000", + "inherit_missing" : 0, + "inherit_version" : 0, + "meta_noindex" : 1 + }, + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000032", + "version" : "0.003" } }, "name" : "@Author::ETHER/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.004000" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -655,32 +667,17 @@ } }, "name" : "@Author::ETHER/Keywords", - "version" : "0.006" - }, - { - "class" : "Dist::Zilla::Plugin::Git::Contributors", - "config" : { - "Dist::Zilla::Plugin::Git::Contributors" : { - "include_authors" : 0, - "include_releaser" : 1, - "order_by" : "commits", - "paths" : [ - "." - ] - } - }, - "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.014" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::ETHER/Prereqs::AuthorDeps", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -696,7 +693,7 @@ } }, "name" : "@Author::ETHER/pluginbundle_version", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -706,7 +703,22 @@ } }, "name" : "@Author::ETHER/MakeMaker", - "version" : "5.039" + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Contributors", + "config" : { + "Dist::Zilla::Plugin::Git::Contributors" : { + "include_authors" : 0, + "include_releaser" : 1, + "order_by" : "commits", + "paths" : [ + "." + ] + } + }, + "name" : "@Author::ETHER/Git::Contributors", + "version" : "0.023" }, { "class" : "Dist::Zilla::Plugin::StaticInstall", @@ -717,7 +729,7 @@ } }, "name" : "@Author::ETHER/StaticInstall", - "version" : "0.008" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -727,7 +739,7 @@ } }, "name" : "@Author::ETHER/RunExtraTests", - "version" : "0.028" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::CheckSelfDependency", @@ -738,7 +750,7 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000029", + "Module::Metadata" : "1.000032", "version" : "0.003" } }, @@ -757,7 +769,7 @@ } }, "name" : "@Author::ETHER/.ackrc", - "version" : "0.042" + "version" : "0.043" }, { "class" : "Dist::Zilla::Plugin::Run::AfterBuild", @@ -771,7 +783,7 @@ } }, "name" : "@Author::ETHER/.latest", - "version" : "0.042" + "version" : "0.043" }, { "class" : "Dist::Zilla::Plugin::CheckStrictVersion", @@ -794,7 +806,7 @@ } }, "name" : "@Author::ETHER/initial check", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", @@ -824,12 +836,12 @@ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.016" + "version" : "0.018" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -847,31 +859,17 @@ } }, "name" : "@Author::ETHER/after tests", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", "name" : "@Author::ETHER/CheckIssues", - "version" : "0.008" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "5.039" - }, - { - "class" : "Dist::Zilla::Plugin::Run::AfterRelease", - "config" : { - "Dist::Zilla::Plugin::Run::Role::Runner" : { - "eval" : [ - "unlink 'LICENSE'" - ], - "fatal_errors" : 1, - "quiet" : 1 - } - }, - "name" : "@Author::ETHER/remove old LICENSE", - "version" : "0.042" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -899,7 +897,7 @@ } }, "name" : "@Author::ETHER/ReadmeAnyFromPod", - "version" : "0.150250" + "version" : "0.161170" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -915,7 +913,7 @@ "CONTRIBUTING", "Changes", "INSTALL", - "LICENSE", + "LICENCE", "README.pod" ], "allow_dirty_match" : [], @@ -929,7 +927,7 @@ } }, "name" : "@Author::ETHER/release snapshot", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -938,7 +936,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.10", + "tag" : "v0.11", "tag_format" : "v%v", "tag_message" : "v%v%t" }, @@ -950,7 +948,7 @@ } }, "name" : "@Author::ETHER/Git::Tag", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::GitHub::Update", @@ -960,7 +958,7 @@ } }, "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.41" + "version" : "0.42" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", @@ -981,7 +979,7 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::ETHER/NextRelease", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -1007,7 +1005,7 @@ } }, "name" : "@Author::ETHER/post-release commit", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -1023,7 +1021,7 @@ } }, "name" : "@Author::ETHER/Git::Push", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1037,7 +1035,7 @@ } }, "name" : "@Author::ETHER/install release", - "version" : "0.042" + "version" : "0.043" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1051,12 +1049,12 @@ } }, "name" : "@Author::ETHER/release complete", - "version" : "0.042" + "version" : "0.043" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::OnlyCorePrereqs", @@ -1064,7 +1062,7 @@ "Dist::Zilla::Plugin::OnlyCorePrereqs" : { "also_disallow" : [], "check_dual_life_versions" : "0", - "deprecated_ok" : "0", + "deprecated_ok" : 0, "phases" : [ "configure", "build", @@ -1080,8 +1078,14 @@ }, { "class" : "Dist::Zilla::Plugin::DynamicPrereqs", + "config" : { + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000032", + "version" : "0.003" + } + }, "name" : "DynamicPrereqs", - "version" : "0.016" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1092,78 +1096,76 @@ } }, "name" : "DevelopRequires", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.039" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::VerifyPhases", "name" : "@Author::ETHER/PHASE VERIFICATION", - "version" : "0.013" + "version" : "0.014" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.039" + "version" : "6.005" } }, "x_authority" : "cpan:NUFFIN", - "x_authority_from_module" : "Hash::Util::FieldHash::Compat", "x_contributors" : [ "Karen Etheridge " ], - "x_permissions_from_module" : "Hash::Util::FieldHash::Compat", "x_static_install" : 0 } diff -Nru libhash-util-fieldhash-compat-perl-0.10/META.yml libhash-util-fieldhash-compat-perl-0.11/META.yml --- libhash-util-fieldhash-compat-perl-0.10/META.yml 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/META.yml 2016-06-13 21:57:59.000000000 +0000 @@ -5,15 +5,13 @@ build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' - Test::More: '0' + Test::More: '0.88' perl: '5.006' configure_requires: - CPAN::Meta::Requirements: '2.120620' ExtUtils::MakeMaker: '0' - Module::Metadata: '0' perl: '5.006' dynamic_config: 1 -generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005' keywords: - fields - hashes @@ -34,10 +32,10 @@ provides: Hash::Util::FieldHash::Compat: file: lib/Hash/Util/FieldHash/Compat.pm - version: '0.10' + version: '0.11' Hash::Util::FieldHash::Compat::Heavy: file: lib/Hash/Util/FieldHash/Compat/Heavy.pm - version: '0.10' + version: '0.11' requires: Exporter: '0' constant: '0' @@ -49,10 +47,10 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Hash-Util-FieldHash-Compat homepage: https://github.com/karenetheridge/Hash-Util-FieldHash-Compat repository: https://github.com/karenetheridge/Hash-Util-FieldHash-Compat.git -version: '0.10' +version: '0.11' x_Dist_Zilla: perl: - version: '5.023003' + version: '5.025000' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -61,7 +59,7 @@ phase: develop type: requires name: '@Author::ETHER/bundle_plugins' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: @@ -84,9 +82,10 @@ modules: - Dist::Zilla::PluginBundle::Author::ETHER phase: build + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, build' - version: '0.047' + version: '0.050' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -95,17 +94,14 @@ check_all_prereqs: 1 modules: [] phase: release + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, release' - version: '0.047' + version: '0.050' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '5.039' - - - class: Dist::Zilla::Plugin::FileFinder::ByName - name: '@Author::ETHER/ExtraTestFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -113,7 +109,7 @@ exclude_filename: - CONTRIBUTING - INSTALL - - LICENSE + - LICENCE - README.pod exclude_match: [] follow_symlinks: 0 @@ -124,48 +120,52 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@Author::ETHER/Git::GatherDir' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::License name: '@Author::ETHER/License' - version: '5.039' + version: '6.005' - - class: Dist::Zilla::Plugin::GenerateFile::ShareDir + class: Dist::Zilla::Plugin::GenerateFile::FromShareDir config: - Dist::Zilla::Plugin::GenerateFile::ShareDir: + Dist::Zilla::Plugin::GenerateFile::FromShareDir: destination_filename: CONTRIBUTING dist: Dist-Zilla-PluginBundle-Author-ETHER encoding: UTF-8 has_xs: 0 location: build source_filename: CONTRIBUTING + Dist::Zilla::Role::RepoFileInjector: + allow_overwrite: 1 + repo_root: . + version: '0.007' name: '@Author::ETHER/generate CONTRIBUTING' - version: '0.006' + version: '0.009' - class: Dist::Zilla::Plugin::InstallGuide name: '@Author::ETHER/InstallGuide' - version: '1.200006' + version: '1.200007' - class: Dist::Zilla::Plugin::Test::Compile config: Dist::Zilla::Plugin::Test::Compile: - bail_out_on_fail: '1' + bail_out_on_fail: 1 fail_on_warning: author fake_home: 0 filename: xt/author/00-compile.t @@ -189,7 +189,7 @@ - ':ExecFiles' - '@Author::ETHER/Examples' - ':TestFiles' - - '@Author::ETHER/ExtraTestFiles' + - ':ExtraTestFiles' name: '@Author::ETHER/Test::NoTabs' version: '0.15' - @@ -202,22 +202,25 @@ - ':ExecFiles' - '@Author::ETHER/Examples' - ':TestFiles' - - '@Author::ETHER/ExtraTestFiles' - trailing_whitespace: '1' + - ':ExtraTestFiles' + trailing_whitespace: 1 name: '@Author::ETHER/Test::EOL' version: '0.18' - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ETHER/MetaTests' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Test::CPAN::Changes + config: + Dist::Zilla::Plugin::Test::CPAN::Changes: + changelog: Changes name: '@Author::ETHER/Test::CPAN::Changes' - version: '0.009' + version: '0.012' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@Author::ETHER/Test::ChangesHasContent' - version: '0.008' + version: '0.010' - class: Dist::Zilla::Plugin::Test::MinimumVersion name: '@Author::ETHER/Test::MinimumVersion' @@ -225,11 +228,23 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Test::PodSpelling + config: + Dist::Zilla::Plugin::Test::PodSpelling: + directories: + - examples + - lib + - script + - t + - xt + spell_cmd: '' + stopwords: + - irc + wordlist: Pod::Wordlist name: '@Author::ETHER/Test::PodSpelling' - version: '2.006009' + version: '2.007002' - class: Dist::Zilla::Plugin::Test::Kwalitee config: @@ -237,7 +252,7 @@ filename: xt/author/kwalitee.t skiptest: [] name: '@Author::ETHER/Test::Kwalitee' - version: '2.11' + version: '2.12' - class: Dist::Zilla::Plugin::MojibakeTests name: '@Author::ETHER/MojibakeTests' @@ -245,11 +260,11 @@ - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::ETHER/Test::ReportPrereqs' - version: '0.021' + version: '0.025' - class: Dist::Zilla::Plugin::Test::Portability name: '@Author::ETHER/Test::Portability' - version: '2.000006' + version: '2.000007' - class: Dist::Zilla::Plugin::Git::Describe name: '@Author::ETHER/Git::Describe' @@ -266,76 +281,76 @@ plugins: - class: Pod::Weaver::Plugin::EnsurePod5 - name: '@CorePrep/EnsurePod5' - version: '4.012' + name: '@Author::ETHER/EnsurePod5' + version: '4.013' - class: Pod::Weaver::Plugin::H1Nester - name: '@CorePrep/H1Nester' - version: '4.012' + name: '@Author::ETHER/H1Nester' + version: '4.013' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Author::ETHER/SingleEncoding' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/List' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/Verbatim' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/header' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Name name: '@Author::ETHER/Name' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Version name: '@Author::ETHER/Version' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/prelude' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: TYPES - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Leftovers name: '@Author::ETHER/Leftovers' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/postlude' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::GenerateSection name: '@Author::ETHER/generate SUPPORT' @@ -347,7 +362,7 @@ - class: Pod::Weaver::Section::Authors name: '@Author::ETHER/Authors' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Contributors name: '@Author::ETHER/Contributors' @@ -355,13 +370,13 @@ - class: Pod::Weaver::Section::Legal name: '@Author::ETHER/Legal' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/footer' - version: '4.012' + version: '4.013' name: '@Author::ETHER/PodWeaver' - version: '4.006' + version: '4.008' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::ETHER/GithubMeta' @@ -371,23 +386,13 @@ name: '@Author::ETHER/AutoMetaResources' version: '1.21' - - class: Dist::Zilla::Plugin::AuthorityFromModule - config: - Dist::Zilla::Plugin::AuthorityFromModule: - module: Hash::Util::FieldHash::Compat - Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000029' - version: '0.003' - name: '@Author::ETHER/AuthorityFromModule' - version: '0.006' - - class: Dist::Zilla::Plugin::Authority name: '@Author::ETHER/Authority' version: '1.009' - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::ETHER/MetaNoIndex' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -398,17 +403,21 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.039' + version: '6.005' Dist::Zilla::Role::MetaProvider::Provider: - inherit_missing: '0' - inherit_version: '0' - meta_noindex: '1' + Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002000' + inherit_missing: 0 + inherit_version: 0 + meta_noindex: 1 + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000032' + version: '0.003' name: '@Author::ETHER/MetaProvides::Package' - version: '2.003001' + version: '2.004000' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Keywords config: @@ -422,26 +431,15 @@ - backcompat - tie name: '@Author::ETHER/Keywords' - version: '0.006' - - - class: Dist::Zilla::Plugin::Git::Contributors - config: - Dist::Zilla::Plugin::Git::Contributors: - include_authors: 0 - include_releaser: 1 - order_by: commits - paths: - - . - name: '@Author::ETHER/Git::Contributors' - version: '0.014' + version: '0.007' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' - version: '0.005' + version: '0.006' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::ETHER/MinimumPerl' @@ -453,14 +451,25 @@ phase: develop type: recommends name: '@Author::ETHER/pluginbundle_version' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker' - version: '5.039' + version: '6.005' + - + class: Dist::Zilla::Plugin::Git::Contributors + config: + Dist::Zilla::Plugin::Git::Contributors: + include_authors: 0 + include_releaser: 1 + order_by: commits + paths: + - . + name: '@Author::ETHER/Git::Contributors' + version: '0.023' - class: Dist::Zilla::Plugin::StaticInstall config: @@ -468,14 +477,14 @@ dry_run: 0 mode: auto name: '@Author::ETHER/StaticInstall' - version: '0.008' + version: '0.009' - class: Dist::Zilla::Plugin::RunExtraTests config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/RunExtraTests' - version: '0.028' + version: '0.029' - class: Dist::Zilla::Plugin::CheckSelfDependency config: @@ -483,7 +492,7 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000029' + Module::Metadata: '1.000032' version: '0.003' name: '@Author::ETHER/CheckSelfDependency' version: '0.011' @@ -496,7 +505,7 @@ run: - "bash -c \"test -e .ackrc && grep -q -- '--ignore-dir=.latest' .ackrc || echo '--ignore-dir=.latest' >> .ackrc; if [[ `dirname '%d'` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi\"" name: '@Author::ETHER/.ackrc' - version: '0.042' + version: '0.043' - class: Dist::Zilla::Plugin::Run::AfterBuild config: @@ -506,7 +515,7 @@ fatal_errors: 1 quiet: 1 name: '@Author::ETHER/.latest' - version: '0.042' + version: '0.043' - class: Dist::Zilla::Plugin::CheckStrictVersion name: '@Author::ETHER/CheckStrictVersion' @@ -523,7 +532,7 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/initial check' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: @@ -545,11 +554,11 @@ - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.016' + version: '0.018' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Git::Check config: @@ -562,25 +571,15 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/after tests' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' - version: '0.008' + version: '0.009' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '5.039' - - - class: Dist::Zilla::Plugin::Run::AfterRelease - config: - Dist::Zilla::Plugin::Run::Role::Runner: - eval: - - "unlink 'LICENSE'" - fatal_errors: 1 - quiet: 1 - name: '@Author::ETHER/remove old LICENSE' - version: '0.042' + version: '6.005' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: @@ -601,7 +600,7 @@ Dist::Zilla::Role::FileWatcher: version: '0.006' name: '@Author::ETHER/ReadmeAnyFromPod' - version: '0.150250' + version: '0.161170' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -614,7 +613,7 @@ - CONTRIBUTING - Changes - INSTALL - - LICENSE + - LICENCE - README.pod allow_dirty_match: [] changelog: Changes @@ -623,7 +622,7 @@ Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/release snapshot' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -631,7 +630,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.10 + tag: v0.11 tag_format: v%v tag_message: v%v%t Dist::Zilla::Role::Git::Repo: @@ -639,14 +638,14 @@ Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/Git::Tag' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::GitHub::Update config: Dist::Zilla::Plugin::GitHub::Update: metacpan: 1 name: '@Author::ETHER/GitHub::Update' - version: '0.41' + version: '0.42' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: @@ -662,7 +661,7 @@ - class: Dist::Zilla::Plugin::NextRelease name: '@Author::ETHER/NextRelease' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -680,7 +679,7 @@ Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/post-release commit' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::Push config: @@ -691,7 +690,7 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/Git::Push' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -701,7 +700,7 @@ run: - REDACTED name: '@Author::ETHER/install release' - version: '0.042' + version: '0.043' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -711,18 +710,18 @@ fatal_errors: 1 quiet: 1 name: '@Author::ETHER/release complete' - version: '0.042' + version: '0.043' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::OnlyCorePrereqs config: Dist::Zilla::Plugin::OnlyCorePrereqs: also_disallow: [] check_dual_life_versions: '0' - deprecated_ok: '0' + deprecated_ok: 0 phases: - configure - build @@ -734,8 +733,12 @@ version: '0.024' - class: Dist::Zilla::Plugin::DynamicPrereqs + config: + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000032' + version: '0.003' name: DynamicPrereqs - version: '0.016' + version: '0.029' - class: Dist::Zilla::Plugin::Prereqs config: @@ -743,59 +746,57 @@ phase: develop type: requires name: DevelopRequires - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.039' + version: '6.005' - class: Dist::Zilla::Plugin::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' - version: '0.013' + version: '0.014' zilla: class: Dist::Zilla::Dist::Builder config: - is_trial: '0' - version: '5.039' + is_trial: 0 + version: '6.005' x_authority: cpan:NUFFIN -x_authority_from_module: Hash::Util::FieldHash::Compat x_contributors: - 'Karen Etheridge ' -x_permissions_from_module: Hash::Util::FieldHash::Compat x_static_install: 0 diff -Nru libhash-util-fieldhash-compat-perl-0.10/README libhash-util-fieldhash-compat-perl-0.11/README --- libhash-util-fieldhash-compat-perl-0.10/README 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/README 2016-06-13 21:57:59.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution Hash-Util-FieldHash-Compat, -version 0.10: +version 0.11: Use Hash::Util::FieldHash or ties, depending on availability @@ -11,5 +11,5 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v5.039. +This README file was generated by Dist::Zilla::Plugin::Readme v6.005. diff -Nru libhash-util-fieldhash-compat-perl-0.10/t/00-report-prereqs.dd libhash-util-fieldhash-compat-perl-0.11/t/00-report-prereqs.dd --- libhash-util-fieldhash-compat-perl-0.10/t/00-report-prereqs.dd 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/t/00-report-prereqs.dd 2016-06-13 21:57:59.000000000 +0000 @@ -1,21 +1,18 @@ do { my $x = { 'configure' => { 'requires' => { - 'CPAN::Meta::Requirements' => '2.120620', 'ExtUtils::MakeMaker' => '0', - 'Module::Metadata' => '0', 'perl' => '5.006' } }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.104' + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.116' }, 'requires' => { 'Devel::Hide' => '0', 'Dist::Zilla' => '5', 'Dist::Zilla::Plugin::Authority' => '1.009', - 'Dist::Zilla::Plugin::AuthorityFromModule' => '0.002', 'Dist::Zilla::Plugin::AutoMetaResources' => '0', 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038', 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004', @@ -25,9 +22,9 @@ 'Dist::Zilla::Plugin::CheckStrictVersion' => '0', 'Dist::Zilla::Plugin::ConfirmRelease' => '0', 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0', - 'Dist::Zilla::Plugin::DynamicPrereqs' => '0.016', + 'Dist::Zilla::Plugin::DynamicPrereqs' => '0.018', 'Dist::Zilla::Plugin::FileFinder::ByName' => '0', - 'Dist::Zilla::Plugin::GenerateFile::ShareDir' => '0', + 'Dist::Zilla::Plugin::GenerateFile::FromShareDir' => '0', 'Dist::Zilla::Plugin::Git::Check' => '0', 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004', 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0', @@ -40,7 +37,7 @@ 'Dist::Zilla::Plugin::Git::Tag' => '0', 'Dist::Zilla::Plugin::GitHub::Update' => '0.40', 'Dist::Zilla::Plugin::GithubMeta' => '0.54', - 'Dist::Zilla::Plugin::InstallGuide' => '0', + 'Dist::Zilla::Plugin::InstallGuide' => '1.200005', 'Dist::Zilla::Plugin::Keywords' => '0.004', 'Dist::Zilla::Plugin::License' => '5.038', 'Dist::Zilla::Plugin::MakeMaker' => '0', @@ -55,10 +52,10 @@ 'Dist::Zilla::Plugin::MojibakeTests' => '0.8', 'Dist::Zilla::Plugin::NextRelease' => '5.033', 'Dist::Zilla::Plugin::OnlyCorePrereqs' => '0', - 'Dist::Zilla::Plugin::PodSyntaxTests' => '0', + 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040', 'Dist::Zilla::Plugin::PodWeaver' => '4.005', 'Dist::Zilla::Plugin::Prereqs' => '0', - 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0', + 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006', 'Dist::Zilla::Plugin::PromptIfStale' => '0', 'Dist::Zilla::Plugin::Readme' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180', @@ -71,12 +68,12 @@ 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0', 'Dist::Zilla::Plugin::Test::Compile' => '2.039', 'Dist::Zilla::Plugin::Test::EOL' => '0.17', - 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.06', + 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10', 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003', 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08', - 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006001', - 'Dist::Zilla::Plugin::Test::Portability' => '0', - 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.019', + 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003', + 'Dist::Zilla::Plugin::Test::Portability' => '2.000007', + 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022', 'Dist::Zilla::Plugin::TestRelease' => '0', 'Dist::Zilla::Plugin::UploadToCPAN' => '0', 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.094', @@ -93,6 +90,7 @@ 'Test::More' => '0.96', 'Test::NoTabs' => '0', 'Test::Pod' => '1.41', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', 'Tie::RefHash' => '1.38', 'Tie::RefHash::Weak' => '0.08', @@ -118,7 +116,7 @@ 'requires' => { 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '0', - 'Test::More' => '0', + 'Test::More' => '0.88', 'perl' => '5.006' } } diff -Nru libhash-util-fieldhash-compat-perl-0.10/t/00-report-prereqs.t libhash-util-fieldhash-compat-perl-0.11/t/00-report-prereqs.t --- libhash-util-fieldhash-compat-perl-0.10/t/00-report-prereqs.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/t/00-report-prereqs.t 2016-06-13 21:57:59.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025 use Test::More tests => 1; @@ -81,10 +81,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 libhash-util-fieldhash-compat-perl-0.10/t/01_basic.t libhash-util-fieldhash-compat-perl-0.11/t/01_basic.t --- libhash-util-fieldhash-compat-perl-0.10/t/01_basic.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/t/01_basic.t 2016-06-13 21:57:59.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More; +use Test::More 0.88; use Hash::Util::FieldHash::Compat qw(fieldhash idhash register id id_2obj idhashes fieldhashes); { diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/author/eol.t libhash-util-fieldhash-compat-perl-0.11/xt/author/eol.t --- libhash-util-fieldhash-compat-perl-0.10/xt/author/eol.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/author/eol.t 2016-06-13 21:57:59.000000000 +0000 @@ -19,12 +19,12 @@ 'xt/author/mojibake.t', 'xt/author/no-tabs.t', 'xt/author/pod-spell.t', + 'xt/author/pod-syntax.t', + 'xt/author/portability.t', 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', 'xt/release/distmeta.t', - 'xt/release/minimum-version.t', - 'xt/release/pod-syntax.t', - 'xt/release/portability.t' + 'xt/release/minimum-version.t' ); eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/author/kwalitee.t libhash-util-fieldhash-compat-perl-0.11/xt/author/kwalitee.t --- libhash-util-fieldhash-compat-perl-0.10/xt/author/kwalitee.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/author/kwalitee.t 2016-06-13 21:57:59.000000000 +0000 @@ -1,4 +1,4 @@ -# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12 use strict; use warnings; use Test::More 0.88; diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/author/no-tabs.t libhash-util-fieldhash-compat-perl-0.11/xt/author/no-tabs.t --- libhash-util-fieldhash-compat-perl-0.10/xt/author/no-tabs.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/author/no-tabs.t 2016-06-13 21:57:59.000000000 +0000 @@ -19,12 +19,12 @@ 'xt/author/mojibake.t', 'xt/author/no-tabs.t', 'xt/author/pod-spell.t', + 'xt/author/pod-syntax.t', + 'xt/author/portability.t', 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', 'xt/release/distmeta.t', - 'xt/release/minimum-version.t', - 'xt/release/pod-syntax.t', - 'xt/release/portability.t' + 'xt/release/minimum-version.t' ); notabs_ok($_) foreach @files; diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/author/pod-spell.t libhash-util-fieldhash-compat-perl-0.11/xt/author/pod-spell.t --- libhash-util-fieldhash-compat-perl-0.10/xt/author/pod-spell.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/author/pod-spell.t 2016-06-13 21:57:59.000000000 +0000 @@ -2,13 +2,13 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007002 use Test::Spelling 0.12; use Pod::Wordlist; add_stopwords(); -all_pod_files_spelling_ok( qw( bin lib ) ); +all_pod_files_spelling_ok( qw( bin lib examples lib script t xt ) ); __DATA__ irc יובל diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/author/pod-syntax.t libhash-util-fieldhash-compat-perl-0.11/xt/author/pod-syntax.t --- libhash-util-fieldhash-compat-perl-0.10/xt/author/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/author/pod-syntax.t 2016-06-13 21:57:59.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/author/portability.t libhash-util-fieldhash-compat-perl-0.11/xt/author/portability.t --- libhash-util-fieldhash-compat-perl-0.10/xt/author/portability.t 1970-01-01 00:00:00.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/author/portability.t 2016-06-13 21:57:59.000000000 +0000 @@ -0,0 +1,12 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; + +run_tests(); diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/release/changes_has_content.t libhash-util-fieldhash-compat-perl-0.11/xt/release/changes_has_content.t --- libhash-util-fieldhash-compat-perl-0.10/xt/release/changes_has_content.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/release/changes_has_content.t 2016-06-13 21:57:59.000000000 +0000 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.10'; +my $newver = '0.11'; my $trial_token = '-TRIAL'; SKIP: { diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/release/cpan-changes.t libhash-util-fieldhash-compat-perl-0.11/xt/release/cpan-changes.t --- libhash-util-fieldhash-compat-perl-0.10/xt/release/cpan-changes.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/release/cpan-changes.t 2016-06-13 21:57:59.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(); diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/release/pod-syntax.t libhash-util-fieldhash-compat-perl-0.11/xt/release/pod-syntax.t --- libhash-util-fieldhash-compat-perl-0.10/xt/release/pod-syntax.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/release/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok(); diff -Nru libhash-util-fieldhash-compat-perl-0.10/xt/release/portability.t libhash-util-fieldhash-compat-perl-0.11/xt/release/portability.t --- libhash-util-fieldhash-compat-perl-0.10/xt/release/portability.t 2015-09-27 04:28:32.000000000 +0000 +++ libhash-util-fieldhash-compat-perl-0.11/xt/release/portability.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; - -run_tests();