diff -Nru libclass-load-perl-0.23/Changes libclass-load-perl-0.24/Changes --- libclass-load-perl-0.23/Changes 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/Changes 2017-04-10 21:12:36.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Class-Load +0.24 2017-04-10 21:12:31Z + - fix test to handle altered Test::Without::Module exception message + (PR#2, Paul Howarth) + 0.23 2015-06-25 - remove use of namespace::clean diff -Nru libclass-load-perl-0.23/CONTRIBUTING libclass-load-perl-0.24/CONTRIBUTING --- libclass-load-perl-0.23/CONTRIBUTING 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/CONTRIBUTING 2017-04-10 21:12:36.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/Class-Load. +https://metacpan.org/release/Class-Load If you use cpanminus, you can do it without downloading the tarball first: @@ -82,12 +82,12 @@ 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=Class-Load -or via bug-Class-Load@rt.cpan.org. +or via email: bug-Class-Load@rt.cpan.org There is also a mailing list available for users of this distribution, at -http://lists.perl.org/list/moose.html. +http://lists.perl.org/list/moose.html There is also an irc channel available for users of this distribution, at -irc://irc.perl.org/#moose. +irc://irc.perl.org/#moose If you send me a patch or pull request, your name and email address will be included in the documentation as a contributor (using the attribution on the @@ -96,5 +96,5 @@ request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.097. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.013 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.122. diff -Nru libclass-load-perl-0.23/debian/changelog libclass-load-perl-0.24/debian/changelog --- libclass-load-perl-0.23/debian/changelog 2015-06-27 22:02:56.000000000 +0000 +++ libclass-load-perl-0.24/debian/changelog 2021-03-20 17:33:48.000000000 +0000 @@ -1,3 +1,26 @@ +libclass-load-perl (0.24-1~16.04.sav0) xenial; urgency=medium + + * Backport to Xenial + + -- Rob Savoury Sat, 20 Mar 2021 10:33:48 -0700 + +libclass-load-perl (0.24-1) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Import upstream version 0.24 + Fixes "FTBFS: t/012-without-implementation.t failure" + (Closes: #867983) + * Update years of packaging copyright. + * Update build and runtime dependencies. + * Drop unneeded version constraints in (build) dependencies. + * Declare compliance with Debian Policy 4.0.0. + + -- gregor herrmann Mon, 10 Jul 2017 23:00:24 +0200 + libclass-load-perl (0.23-1) unstable; urgency=medium * Add debian/upstream/metadata diff -Nru libclass-load-perl-0.23/debian/control libclass-load-perl-0.24/debian/control --- libclass-load-perl-0.23/debian/control 2015-06-27 22:02:56.000000000 +0000 +++ libclass-load-perl-0.24/debian/control 2017-07-10 21:00:24.000000000 +0000 @@ -9,16 +9,16 @@ Build-Depends: debhelper (>= 9) Build-Depends-Indep: libdata-optlist-perl, libmodule-implementation-perl, - libmodule-runtime-perl (>= 0.012), - libpackage-stash-perl (>= 0.14), + libmodule-runtime-perl, + libpackage-stash-perl, libtest-fatal-perl, - libtest-requires-perl, + libtest-needs-perl, libtest-without-module-perl, libtry-tiny-perl, perl -Standards-Version: 3.9.6 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-load-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-load-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-load-perl.git Homepage: https://metacpan.org/release/Class-Load Package: libclass-load-perl @@ -27,9 +27,10 @@ ${perl:Depends}, libdata-optlist-perl, libmodule-implementation-perl, - libmodule-runtime-perl (>= 0.012), - libpackage-stash-perl (>= 0.14), + libmodule-runtime-perl, + libpackage-stash-perl, libtry-tiny-perl +Recommends: libdata-optlist-perl (>= 0.110) Description: module for loading modules by name "require EXPR" only accepts Class/Name.pm style module names, not Class::Name. For that, Class::Load provides "load_class 'Class::Name'". diff -Nru libclass-load-perl-0.23/debian/copyright libclass-load-perl-0.24/debian/copyright --- libclass-load-perl-0.23/debian/copyright 2015-06-27 22:02:56.000000000 +0000 +++ libclass-load-perl-0.24/debian/copyright 2017-07-10 21:00:24.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-Contact: Shawn M Moore Upstream-Name: Class-Load Source: https://metacpan.org/release/Class-Load @@ -9,7 +9,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2010-2015, gregor herrmann +Copyright: 2010-2017, gregor herrmann 2011-2012, Angel Abad 2011, Damyan Ivanov 2011, Ansgar Burchardt diff -Nru libclass-load-perl-0.23/dist.ini libclass-load-perl-0.24/dist.ini --- libclass-load-perl-0.23/dist.ini 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/dist.ini 2017-04-10 21:12:36.000000000 +0000 @@ -5,16 +5,20 @@ copyright_year = 2008 [@Author::ETHER] -:version = 0.094 +:version = 0.119 surgical_podweaver = 1 installer = MakeMaker Authority.authority = cpan:SARTAK -remove = Test::Pod::No404s -NextRelease.format = %-8v %{yyyy-MM-dd}d +changes_version_columns = 9 AutoPrereqs.skip = Test::Without::Module -remove = Test::CleanNamespaces ; TODO: Module::Implementation needs work -remove = PodCoverageTests +[Prereqs / Recommends] +; Major optimisation: https://github.com/rjbs/Data-OptList/pull/1 +Data::OptList = 0.110 + [Prereqs / DevelopRequires] Test::Without::Module = 0 diff -Nru libclass-load-perl-0.23/INSTALL libclass-load-perl-0.24/INSTALL --- libclass-load-perl-0.23/INSTALL 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/INSTALL 2017-04-10 21:12:36.000000000 +0000 @@ -8,10 +8,10 @@ % cpanm Class::Load -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 Class::Load +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 libclass-load-perl-0.23/lib/Class/Load/PP.pm libclass-load-perl-0.24/lib/Class/Load/PP.pm --- libclass-load-perl-0.23/lib/Class/Load/PP.pm 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/lib/Class/Load/PP.pm 2017-04-10 21:12:36.000000000 +0000 @@ -2,7 +2,7 @@ use warnings; package Class::Load::PP; -our $VERSION = '0.23'; +our $VERSION = '0.24'; use Module::Runtime (); use Package::Stash 0.14; diff -Nru libclass-load-perl-0.23/lib/Class/Load.pm libclass-load-perl-0.24/lib/Class/Load.pm --- libclass-load-perl-0.23/lib/Class/Load.pm 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/lib/Class/Load.pm 2017-04-10 21:12:36.000000000 +0000 @@ -1,10 +1,10 @@ use strict; use warnings; -package Class::Load; # git description: v0.22-9-g29ebb54 +package Class::Load; # git description: v0.23-8-ge399b9c # ABSTRACT: A working (require "Class::Name") and more # KEYWORDS: class module load require use runtime -our $VERSION = '0.23'; +our $VERSION = '0.24'; use base 'Exporter'; use Data::OptList (); @@ -211,7 +211,7 @@ =head1 VERSION -version 0.23 +version 0.24 =head1 SYNOPSIS @@ -355,13 +355,24 @@ =back +=head1 SUPPORT + +Bugs may be submitted through L +(or L). + +There is also a mailing list available for users of this distribution, at +L. + +There is also an irc channel available for users of this distribution, at +L on C|irc://irc.perl.org/#moose>. + =head1 AUTHOR Shawn M Moore =head1 CONTRIBUTORS -=for stopwords Dave Rolsky Shawn Moore Karen Etheridge M Jesse Luehrs Kent Fredric Caleb Cushing +=for stopwords Dave Rolsky Karen Etheridge Shawn Moore Jesse Luehrs Kent Fredric Paul Howarth Olivier Mengué Caleb Cushing =over 4 @@ -371,23 +382,27 @@ =item * +Karen Etheridge + +=item * + Shawn Moore =item * -Karen Etheridge +Jesse Luehrs =item * -Shawn M Moore +Kent Fredric =item * -Jesse Luehrs +Paul Howarth =item * -Kent Fredric +Olivier Mengué =item * diff -Nru libclass-load-perl-0.23/Makefile.PL libclass-load-perl-0.24/Makefile.PL --- libclass-load-perl-0.23/Makefile.PL 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/Makefile.PL 2017-04-10 21:12:36.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009. use strict; use warnings; @@ -13,7 +13,6 @@ "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Class-Load", - "EXE_FILES" => [], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "Class::Load", @@ -35,12 +34,12 @@ "File::Spec" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", - "Test::Requires" => 0, + "Test::Needs" => 0, "constant" => 0, "lib" => 0, "version" => 0 }, - "VERSION" => "0.23", + "VERSION" => "0.24", "test" => { "TESTS" => "t/*.t" } @@ -59,7 +58,7 @@ "Scalar::Util" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", - "Test::Requires" => 0, + "Test::Needs" => 0, "Try::Tiny" => 0, "base" => 0, "constant" => 0, diff -Nru libclass-load-perl-0.23/MANIFEST libclass-load-perl-0.24/MANIFEST --- libclass-load-perl-0.23/MANIFEST 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/MANIFEST 2017-04-10 21:12:36.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009. CONTRIBUTING Changes INSTALL @@ -41,12 +41,12 @@ xt/author/00-compile.t xt/author/eol.t xt/author/kwalitee.t +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/mojibake.t -xt/release/pod-syntax.t -xt/release/portability.t diff -Nru libclass-load-perl-0.23/META.json libclass-load-perl-0.24/META.json --- libclass-load-perl-0.23/META.json 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/META.json 2017-04-10 21:12:36.000000000 +0000 @@ -4,7 +4,7 @@ "Shawn M Moore " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", "keywords" : [ "class", "module", @@ -32,42 +32,44 @@ "requires" : { "ExtUtils::MakeMaker" : "0", "perl" : "5.006" + }, + "suggests" : { + "JSON::PP" : "2.27300" } }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.097" + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.122" }, "requires" : { "Dist::Zilla" : "5", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AuthorityFromModule" : "0.002", "Dist::Zilla::Plugin::AutoMetaResources" : "0", - "Dist::Zilla::Plugin::AutoPrereqs" : "0", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.038", "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004", "Dist::Zilla::Plugin::CheckIssues" : "0", - "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0", + "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0.019", "Dist::Zilla::Plugin::CheckSelfDependency" : "0", "Dist::Zilla::Plugin::CheckStrictVersion" : "0", "Dist::Zilla::Plugin::ConfirmRelease" : "0", "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0", "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", "Dist::Zilla::Plugin::Git::Commit" : "2.020", - "Dist::Zilla::Plugin::Git::Contributors" : "0.004", + "Dist::Zilla::Plugin::Git::Contributors" : "0.029", "Dist::Zilla::Plugin::Git::Describe" : "0.004", "Dist::Zilla::Plugin::Git::GatherDir" : "2.016", "Dist::Zilla::Plugin::Git::Push" : "0", "Dist::Zilla::Plugin::Git::Remote::Check" : "0", "Dist::Zilla::Plugin::Git::Tag" : "0", "Dist::Zilla::Plugin::GitHub::Update" : "0.40", - "Dist::Zilla::Plugin::GithubMeta" : "0", - "Dist::Zilla::Plugin::InstallGuide" : "0", + "Dist::Zilla::Plugin::GithubMeta" : "0.54", + "Dist::Zilla::Plugin::InstallGuide" : "1.200005", "Dist::Zilla::Plugin::Keywords" : "0.004", - "Dist::Zilla::Plugin::License" : "0", + "Dist::Zilla::Plugin::License" : "5.038", "Dist::Zilla::Plugin::MakeMaker" : "0", "Dist::Zilla::Plugin::Manifest" : "0", "Dist::Zilla::Plugin::MetaConfig" : "0", @@ -78,47 +80,58 @@ "Dist::Zilla::Plugin::MetaTests" : "0", "Dist::Zilla::Plugin::MetaYAML" : "0", "Dist::Zilla::Plugin::MinimumPerl" : "1.006", - "Dist::Zilla::Plugin::MojibakeTests" : "0", + "Dist::Zilla::Plugin::MojibakeTests" : "0.8", "Dist::Zilla::Plugin::NextRelease" : "5.033", - "Dist::Zilla::Plugin::PodSyntaxTests" : "0", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040", "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", "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004", - "Dist::Zilla::Plugin::Run::AfterBuild" : "0.038", + "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041", "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038", "Dist::Zilla::Plugin::RunExtraTests" : "0.024", + "Dist::Zilla::Plugin::StaticInstall" : "0.005", "Dist::Zilla::Plugin::SurgicalPodWeaver" : "0", - "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012", "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", + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.119", "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", + "Pod::Wordlist" : "0", + "Software::License::Perl_5" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", - "Test::More" : "0.94", + "Test::MinimumVersion" : "0", + "Test::Mojibake" : "0", + "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", - "Test::Without::Module" : "0" + "Test::Without::Module" : "0", + "blib" : "1.01", + "perl" : "5.006" } }, "runtime" : { + "recommends" : { + "Data::OptList" : "0.110" + }, "requires" : { "Carp" : "0", "Data::OptList" : "0", @@ -143,7 +156,7 @@ "File::Spec" : "0", "Test::Fatal" : "0", "Test::More" : "0.88", - "Test::Requires" : "0", + "Test::Needs" : "0", "constant" : "0", "lib" : "0", "perl" : "5.006", @@ -154,11 +167,11 @@ "provides" : { "Class::Load" : { "file" : "lib/Class/Load.pm", - "version" : "0.23" + "version" : "0.24" }, "Class::Load::PP" : { "file" : "lib/Class/Load/PP.pm", - "version" : "0.23" + "version" : "0.24" } }, "release_status" : "stable", @@ -176,10 +189,10 @@ "x_IRC" : "irc://irc.perl.org/#moose", "x_MailingList" : "http://lists.perl.org/list/moose.html" }, - "version" : "0.23", + "version" : "0.24", "x_Dist_Zilla" : { "perl" : { - "version" : "5.023000" + "version" : "5.025011" }, "plugins" : [ { @@ -191,20 +204,24 @@ } }, "name" : "@Author::ETHER/bundle_plugins", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", "config" : { - "Dist::Zilla::Plugin::RewriteVersion::Transitional" : { - "_fallback_version_provider_args" : { - "version_regexp" : "^v([\\d._]+)(-TRIAL)?$" - }, - "fallback_version_provider" : "Git::NextVersion" - } + "Dist::Zilla::Plugin::RewriteVersion" : { + "add_tarball_name" : 0, + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 1, + "skip_version_provider" : 0 + }, + "Dist::Zilla::Plugin::RewriteVersion::Transitional" : {} }, "name" : "@Author::ETHER/RewriteVersion::Transitional", - "version" : "0.005" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -216,125 +233,130 @@ "Dist::Zilla::PluginBundle::Author::ETHER" ], "phase" : "build", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, build", - "version" : "0.045" + "version" : "0.052" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", "config" : { "Dist::Zilla::Plugin::PromptIfStale" : { - "check_all_plugins" : "1", - "check_all_prereqs" : "1", + "check_all_plugins" : 1, + "check_all_prereqs" : 1, "modules" : [], "phase" : "release", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, release", - "version" : "0.045" + "version" : "0.052" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "5.037" - }, - { - "class" : "Dist::Zilla::Plugin::FileFinder::ByName", - "name" : "@Author::ETHER/ExtraTestFiles", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "config" : { "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [ - "README.pod", "CONTRIBUTING", - "LICENSE" + "INSTALL", + "LICENSE", + "README.pod" ], "exclude_match" : [], - "follow_symlinks" : "0", - "include_dotfiles" : "0", + "follow_symlinks" : 0, + "include_dotfiles" : 0, "prefix" : "", "prune_directory" : [], "root" : "." }, "Dist::Zilla::Plugin::Git::GatherDir" : { - "include_untracked" : "0" + "include_untracked" : 0 } }, "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "5.037" - }, - { - "class" : "Dist::Zilla::Plugin::License", - "name" : "@Author::ETHER/License", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "5.037" + "version" : "6.009" }, { - "class" : "Dist::Zilla::Plugin::GenerateFile::ShareDir", + "class" : "Dist::Zilla::Plugin::License", + "name" : "@Author::ETHER/License", + "version" : "6.009" + }, + { + "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.005" + "version" : "0.013" }, { "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", + "fake_home" : 0, "filename" : "xt/author/00-compile.t", "module_finder" : [ ":InstallModules" ], - "needs_display" : "0", + "needs_display" : 0, "phase" : "develop", "script_finder" : [ - ":ExecFiles", + ":PerlExecFiles", "@Author::ETHER/Examples" ], - "skips" : [] + "skips" : [], + "switch" : [] } }, "name" : "@Author::ETHER/Test::Compile", - "version" : "2.053" + "version" : "2.056" }, { "class" : "Dist::Zilla::Plugin::Test::NoTabs", @@ -346,7 +368,7 @@ ":ExecFiles", "@Author::ETHER/Examples", ":TestFiles", - "@Author::ETHER/ExtraTestFiles" + ":ExtraTestFiles" ] } }, @@ -359,47 +381,68 @@ "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ - ":InstallModules", ":ExecFiles", - "@Author::ETHER/Examples", + ":ExtraTestFiles", + ":InstallModules", ":TestFiles", - "@Author::ETHER/ExtraTestFiles" + "@Author::ETHER/Examples" ], - "trailing_whitespace" : "1" + "trailing_whitespace" : 1 } }, "name" : "@Author::ETHER/Test::EOL", - "version" : "0.18" + "version" : "0.19" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ETHER/MetaTests", - "version" : "5.037" + "version" : "6.009" }, { "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", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "5.037" + "version" : "6.009" }, { "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.007004" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -410,27 +453,32 @@ } }, "name" : "@Author::ETHER/Test::Kwalitee", - "version" : "2.11" + "version" : "2.12" }, { "class" : "Dist::Zilla::Plugin::MojibakeTests", "name" : "@Author::ETHER/MojibakeTests", - "version" : "0.7" + "version" : "0.8" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::ETHER/Test::ReportPrereqs", - "version" : "0.021" + "version" : "0.025" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", + "config" : { + "Dist::Zilla::Plugin::Test::Portability" : { + "options" : "" + } + }, "name" : "@Author::ETHER/Test::Portability", - "version" : "2.000006" + "version" : "2.001000" }, { "class" : "Dist::Zilla::Plugin::Git::Describe", "name" : "@Author::ETHER/Git::Describe", - "version" : "0.005" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::SurgicalPodWeaver", @@ -446,93 +494,108 @@ "plugins" : [ { "class" : "Pod::Weaver::Plugin::EnsurePod5", - "name" : "@CorePrep/EnsurePod5", - "version" : "4.012" + "name" : "@Author::ETHER/EnsurePod5", + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::H1Nester", - "name" : "@CorePrep/H1Nester", - "version" : "4.012" + "name" : "@Author::ETHER/H1Nester", + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Author::ETHER/SingleEncoding", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/List", - "version" : "4.012" + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Plugin::Transformer", + "name" : "@Author::ETHER/Verbatim", + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/header", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Author::ETHER/Name", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Author::ETHER/Version", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/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" : "ATTRIBUTES", - "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" : "FUNCTIONS", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TYPES", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Author::ETHER/Leftovers", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/postlude", - "version" : "4.012" + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Section::GenerateSection", + "name" : "@Author::ETHER/generate SUPPORT", + "version" : "1.06" + }, + { + "class" : "Pod::Weaver::Section::AllowOverride", + "name" : "@Author::ETHER/allow override SUPPORT", + "version" : "0.05" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@Author::ETHER/Authors", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -542,12 +605,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@Author::ETHER/Legal", - "version" : "4.012" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/footer", - "version" : "4.012" + "version" : "4.015" } ] } @@ -556,14 +619,9 @@ "version" : "0.0023" }, { - "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", - "name" : "@Author::ETHER/ReadmeAnyFromPod", - "version" : "0.150250" - }, - { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::ETHER/GithubMeta", - "version" : "0.52" + "version" : "0.54" }, { "class" : "Dist::Zilla::Plugin::AutoMetaResources", @@ -571,20 +629,6 @@ "version" : "1.21" }, { - "class" : "Dist::Zilla::Plugin::AuthorityFromModule", - "config" : { - "Dist::Zilla::Plugin::AuthorityFromModule" : { - "module" : "Class::Load" - }, - "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000027", - "version" : "0.003" - } - }, - "name" : "@Author::ETHER/AuthorityFromModule", - "version" : "0.006" - }, - { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Author::ETHER/Authority", "version" : "1.009" @@ -592,7 +636,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -605,23 +649,29 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.037" + "version" : "6.009" } - ] + ], + "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "inherit_missing" : "0", - "inherit_version" : "0", - "meta_noindex" : "1" + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004", + "inherit_missing" : 0, + "inherit_version" : 0, + "meta_noindex" : 1 + }, + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "@Author::ETHER/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.004003" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -638,30 +688,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.011" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::ETHER/Prereqs::AuthorDeps", - "version" : "0.004" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -677,7 +714,7 @@ } }, "name" : "@Author::ETHER/pluginbundle_version", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -688,7 +725,7 @@ } }, "name" : "@Author::ETHER/pod_weaving", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -698,7 +735,32 @@ } }, "name" : "@Author::ETHER/MakeMaker", - "version" : "5.037" + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Contributors", + "config" : { + "Dist::Zilla::Plugin::Git::Contributors" : { + "git --version" : "2.11.0", + "include_authors" : 0, + "include_releaser" : 1, + "order_by" : "commits", + "paths" : [] + } + }, + "name" : "@Author::ETHER/Git::Contributors", + "version" : "0.029" + }, + { + "class" : "Dist::Zilla::Plugin::StaticInstall", + "config" : { + "Dist::Zilla::Plugin::StaticInstall" : { + "dry_run" : 1, + "mode" : "auto" + } + }, + "name" : "@Author::ETHER/StaticInstall", + "version" : "0.010" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -708,7 +770,7 @@ } }, "name" : "@Author::ETHER/RunExtraTests", - "version" : "0.027" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::CheckSelfDependency", @@ -719,8 +781,8 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000027", - "version" : "0.003" + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "@Author::ETHER/CheckSelfDependency", @@ -734,11 +796,12 @@ "quiet" : 1, "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\"" - ] + ], + "version" : "0.044" } }, "name" : "@Author::ETHER/.ackrc", - "version" : "0.039" + "version" : "0.044" }, { "class" : "Dist::Zilla::Plugin::Run::AfterBuild", @@ -747,12 +810,13 @@ "eval" : [ "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" ], - "fatal_errors" : 1, - "quiet" : 1 + "fatal_errors" : 0, + "quiet" : 1, + "version" : "0.044" } }, "name" : "@Author::ETHER/.latest", - "version" : "0.039" + "version" : "0.044" }, { "class" : "Dist::Zilla::Plugin::CheckStrictVersion", @@ -771,31 +835,34 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." } }, "name" : "@Author::ETHER/initial check", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::CheckFor::MergeConflicts", - "version" : "0.013" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::CheckFor::CorrectBranch", - "version" : "0.013" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Git::Remote::Check", @@ -805,12 +872,12 @@ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.016" + "version" : "0.020" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -824,21 +891,22 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." } }, "name" : "@Author::ETHER/after tests", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", "name" : "@Author::ETHER/CheckIssues", - "version" : "0.008" + "version" : "0.010" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -848,6 +916,7 @@ "CONTRIBUTING", "Changes", "INSTALL", + "LICENCE", "LICENSE", "ppport.h" ], @@ -858,75 +927,105 @@ "version" : "0.006" }, { + "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", + "config" : { + "Dist::Zilla::Role::FileWatcher" : { + "version" : "0.006" + } + }, + "name" : "@Author::ETHER/ReadmeAnyFromPod", + "version" : "0.163250" + }, + { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [ "." ], - "commit_msg" : "%N-%v%t%n%n%c", - "time_zone" : "local" + "commit_msg" : "%N-%v%t%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "README.pod", + "CONTRIBUTING", "Changes", + "INSTALL", "LICENSE", - "CONTRIBUTING" + "README.pod" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::ETHER/release snapshot", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "v0.23", + "tag" : "v0.24", "tag_format" : "v%v", - "tag_message" : "v%v%t", - "time_zone" : "local" + "tag_message" : "v%v%t" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::ETHER/Git::Tag", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::GitHub::Update", + "config" : { + "Dist::Zilla::Plugin::GitHub::Update" : { + "metacpan" : 1 + } + }, "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.40" + "version" : "0.43" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", "config" : { + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : { + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 1, + "munge_makefile_pl" : 1 + }, "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : {} }, "name" : "@Author::ETHER/BumpVersionAfterRelease::Transitional", - "version" : "0.005" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::ETHER/NextRelease", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "increment $VERSION after %v release", - "time_zone" : "local" + "commit_msg" : "increment $VERSION after %v release" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -938,11 +1037,15 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::ETHER/post-release commit", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -954,11 +1057,12 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.0", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::Push", - "version" : "2.035" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -968,11 +1072,12 @@ "quiet" : 0, "run" : [ "REDACTED" - ] + ], + "version" : "0.044" } }, "name" : "@Author::ETHER/install release", - "version" : "0.039" + "version" : "0.044" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -982,16 +1087,28 @@ "print \"release complete!\\xa\"" ], "fatal_errors" : 1, - "quiet" : 1 + "quiet" : 1, + "version" : "0.044" } }, "name" : "@Author::ETHER/release complete", - "version" : "0.039" + "version" : "0.044" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "5.037" + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs", + "config" : { + "Dist::Zilla::Plugin::Prereqs" : { + "phase" : "runtime", + "type" : "recommends" + } + }, + "name" : "Recommends", + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1002,78 +1119,88 @@ } }, "name" : "DevelopRequires", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.037" + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":ExtraTestFiles", + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.037" + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":PerlExecFiles", + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.037" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::VerifyPhases", "name" : "@Author::ETHER/PHASE VERIFICATION", - "version" : "0.011" + "version" : "0.014" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.037" + "version" : "6.009" } }, "x_authority" : "cpan:SARTAK", - "x_authority_from_module" : "Class::Load", "x_contributors" : [ "Dave Rolsky ", - "Shawn Moore ", "Karen Etheridge ", - "Shawn M Moore ", + "Shawn Moore ", "Jesse Luehrs ", "Kent Fredric ", + "Paul Howarth ", + "Olivier Mengu\u00e9 ", "Caleb Cushing " ], - "x_permissions_from_module" : "Class::Load" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0231" } diff -Nru libclass-load-perl-0.23/META.yml libclass-load-perl-0.24/META.yml --- libclass-load-perl-0.23/META.yml 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/META.yml 2017-04-10 21:12:36.000000000 +0000 @@ -7,7 +7,7 @@ File::Spec: '0' Test::Fatal: '0' Test::More: '0.88' - Test::Requires: '0' + Test::Needs: '0' constant: '0' lib: '0' perl: '5.006' @@ -16,7 +16,7 @@ ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010' keywords: - class - module @@ -36,10 +36,12 @@ provides: Class::Load: file: lib/Class/Load.pm - version: '0.23' + version: '0.24' Class::Load::PP: file: lib/Class/Load/PP.pm - version: '0.23' + version: '0.24' +recommends: + Data::OptList: '0.110' requires: Carp: '0' Data::OptList: '0' @@ -59,10 +61,10 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Load homepage: https://github.com/moose/Class-Load repository: https://github.com/moose/Class-Load.git -version: '0.23' +version: '0.24' x_Dist_Zilla: perl: - version: '5.023000' + version: '5.025011' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -71,16 +73,20 @@ phase: develop type: requires name: '@Author::ETHER/bundle_plugins' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: - Dist::Zilla::Plugin::RewriteVersion::Transitional: - _fallback_version_provider_args: - version_regexp: ^v([\d._]+)(-TRIAL)?$ - fallback_version_provider: Git::NextVersion + Dist::Zilla::Plugin::RewriteVersion: + add_tarball_name: 0 + finders: + - ':ExecFiles' + - ':InstallModules' + global: 1 + skip_version_provider: 0 + Dist::Zilla::Plugin::RewriteVersion::Transitional: {} name: '@Author::ETHER/RewriteVersion::Transitional' - version: '0.005' + version: '0.007' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -90,99 +96,104 @@ modules: - Dist::Zilla::PluginBundle::Author::ETHER phase: build + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, build' - version: '0.045' + version: '0.052' - class: Dist::Zilla::Plugin::PromptIfStale config: Dist::Zilla::Plugin::PromptIfStale: - check_all_plugins: '1' - check_all_prereqs: '1' + check_all_plugins: 1 + check_all_prereqs: 1 modules: [] phase: release + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, release' - version: '0.045' + version: '0.052' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '5.037' - - - class: Dist::Zilla::Plugin::FileFinder::ByName - name: '@Author::ETHER/ExtraTestFiles' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Git::GatherDir config: Dist::Zilla::Plugin::GatherDir: exclude_filename: - - README.pod - CONTRIBUTING + - INSTALL - LICENSE + - README.pod exclude_match: [] - follow_symlinks: '0' - include_dotfiles: '0' + follow_symlinks: 0 + include_dotfiles: 0 prefix: '' prune_directory: [] root: . Dist::Zilla::Plugin::Git::GatherDir: - include_untracked: '0' + include_untracked: 0 name: '@Author::ETHER/Git::GatherDir' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '5.037' - - - class: Dist::Zilla::Plugin::License - name: '@Author::ETHER/License' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '5.037' + version: '6.009' - - class: Dist::Zilla::Plugin::GenerateFile::ShareDir + class: Dist::Zilla::Plugin::License + name: '@Author::ETHER/License' + version: '6.009' + - + 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.005' + version: '0.013' - 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' fail_on_warning: author - fake_home: '0' + fake_home: 0 filename: xt/author/00-compile.t module_finder: - ':InstallModules' - needs_display: '0' + needs_display: 0 phase: develop script_finder: - - ':ExecFiles' + - ':PerlExecFiles' - '@Author::ETHER/Examples' skips: [] + switch: [] name: '@Author::ETHER/Test::Compile' - version: '2.053' + version: '2.056' - class: Dist::Zilla::Plugin::Test::NoTabs config: @@ -193,7 +204,7 @@ - ':ExecFiles' - '@Author::ETHER/Examples' - ':TestFiles' - - '@Author::ETHER/ExtraTestFiles' + - ':ExtraTestFiles' name: '@Author::ETHER/Test::NoTabs' version: '0.15' - @@ -202,38 +213,53 @@ Dist::Zilla::Plugin::Test::EOL: filename: xt/author/eol.t finder: - - ':InstallModules' - ':ExecFiles' - - '@Author::ETHER/Examples' + - ':ExtraTestFiles' + - ':InstallModules' - ':TestFiles' - - '@Author::ETHER/ExtraTestFiles' - trailing_whitespace: '1' + - '@Author::ETHER/Examples' + trailing_whitespace: 1 name: '@Author::ETHER/Test::EOL' - version: '0.18' + version: '0.19' - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ETHER/MetaTests' - version: '5.037' + version: '6.009' - 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' - version: '2.000006' + version: '2.000007' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '5.037' + version: '6.009' - 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.007004' - class: Dist::Zilla::Plugin::Test::Kwalitee config: @@ -241,23 +267,26 @@ 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' - version: '0.7' + version: '0.8' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::ETHER/Test::ReportPrereqs' - version: '0.021' + version: '0.025' - class: Dist::Zilla::Plugin::Test::Portability + config: + Dist::Zilla::Plugin::Test::Portability: + options: '' name: '@Author::ETHER/Test::Portability' - version: '2.000006' + version: '2.001000' - class: Dist::Zilla::Plugin::Git::Describe name: '@Author::ETHER/Git::Describe' - version: '0.005' + version: '0.007' - class: Dist::Zilla::Plugin::SurgicalPodWeaver config: @@ -270,76 +299,88 @@ plugins: - class: Pod::Weaver::Plugin::EnsurePod5 - name: '@CorePrep/EnsurePod5' - version: '4.012' + name: '@Author::ETHER/EnsurePod5' + version: '4.015' - class: Pod::Weaver::Plugin::H1Nester - name: '@CorePrep/H1Nester' - version: '4.012' + name: '@Author::ETHER/H1Nester' + version: '4.015' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Author::ETHER/SingleEncoding' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/List' - version: '4.012' + version: '4.015' + - + class: Pod::Weaver::Plugin::Transformer + name: '@Author::ETHER/Verbatim' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/header' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Name name: '@Author::ETHER/Name' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Version name: '@Author::ETHER/Version' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/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: ATTRIBUTES - 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: FUNCTIONS - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Collect name: TYPES - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Leftovers name: '@Author::ETHER/Leftovers' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/postlude' - version: '4.012' + version: '4.015' + - + class: Pod::Weaver::Section::GenerateSection + name: '@Author::ETHER/generate SUPPORT' + version: '1.06' + - + class: Pod::Weaver::Section::AllowOverride + name: '@Author::ETHER/allow override SUPPORT' + version: '0.05' - class: Pod::Weaver::Section::Authors name: '@Author::ETHER/Authors' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Contributors name: '@Author::ETHER/Contributors' @@ -347,43 +388,29 @@ - class: Pod::Weaver::Section::Legal name: '@Author::ETHER/Legal' - version: '4.012' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/footer' - version: '4.012' + version: '4.015' name: '@Author::ETHER/SurgicalPodWeaver' version: '0.0023' - - class: Dist::Zilla::Plugin::ReadmeAnyFromPod - name: '@Author::ETHER/ReadmeAnyFromPod' - version: '0.150250' - - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::ETHER/GithubMeta' - version: '0.52' + version: '0.54' - class: Dist::Zilla::Plugin::AutoMetaResources name: '@Author::ETHER/AutoMetaResources' version: '1.21' - - class: Dist::Zilla::Plugin::AuthorityFromModule - config: - Dist::Zilla::Plugin::AuthorityFromModule: - module: Class::Load - Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000027' - 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.037' + version: '6.009' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -394,17 +421,22 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.037' + version: '6.009' + include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: + $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' inherit_missing: '0' inherit_version: '0' meta_noindex: '1' + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000033' + version: '0.004' name: '@Author::ETHER/MetaProvides::Package' - version: '2.003001' + version: '2.004003' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Keywords config: @@ -417,25 +449,15 @@ - use - runtime 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.011' + version: '0.007' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' - version: '0.004' + version: '0.006' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::ETHER/MinimumPerl' @@ -447,7 +469,7 @@ phase: develop type: recommends name: '@Author::ETHER/pluginbundle_version' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Prereqs config: @@ -455,21 +477,40 @@ phase: develop type: requires name: '@Author::ETHER/pod_weaving' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker' - version: '5.037' + version: '6.009' + - + class: Dist::Zilla::Plugin::Git::Contributors + config: + Dist::Zilla::Plugin::Git::Contributors: + 'git --version': 2.11.0 + include_authors: 0 + include_releaser: 1 + order_by: commits + paths: [] + name: '@Author::ETHER/Git::Contributors' + version: '0.029' + - + class: Dist::Zilla::Plugin::StaticInstall + config: + Dist::Zilla::Plugin::StaticInstall: + dry_run: 1 + mode: auto + name: '@Author::ETHER/StaticInstall' + version: '0.010' - class: Dist::Zilla::Plugin::RunExtraTests config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/RunExtraTests' - version: '0.027' + version: '0.029' - class: Dist::Zilla::Plugin::CheckSelfDependency config: @@ -477,8 +518,8 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000027' - version: '0.003' + Module::Metadata: '1.000033' + version: '0.004' name: '@Author::ETHER/CheckSelfDependency' version: '0.011' - @@ -489,18 +530,20 @@ quiet: 1 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\"" + version: '0.044' name: '@Author::ETHER/.ackrc' - version: '0.039' + version: '0.044' - class: Dist::Zilla::Plugin::Run::AfterBuild config: Dist::Zilla::Plugin::Run::Role::Runner: eval: - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" - fatal_errors: 1 + fatal_errors: 0 quiet: 1 + version: '0.044' name: '@Author::ETHER/.latest' - version: '0.039' + version: '0.044' - class: Dist::Zilla::Plugin::CheckStrictVersion name: '@Author::ETHER/CheckStrictVersion' @@ -515,23 +558,26 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . name: '@Author::ETHER/initial check' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . name: '@Author::ETHER/Git::CheckFor::MergeConflicts' - version: '0.013' + version: '0.014' - class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . name: '@Author::ETHER/Git::CheckFor::CorrectBranch' - version: '0.013' + version: '0.014' - class: Dist::Zilla::Plugin::Git::Remote::Check name: '@Author::ETHER/Git::Remote::Check' @@ -539,11 +585,11 @@ - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.016' + version: '0.020' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Git::Check config: @@ -554,17 +600,18 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . name: '@Author::ETHER/after tests' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' - version: '0.008' + version: '0.010' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: @@ -573,66 +620,88 @@ - CONTRIBUTING - Changes - INSTALL + - LICENCE - LICENSE - ppport.h match: [] name: '@Author::ETHER/CopyFilesFromRelease' version: '0.006' - + class: Dist::Zilla::Plugin::ReadmeAnyFromPod + config: + Dist::Zilla::Role::FileWatcher: + version: '0.006' + name: '@Author::ETHER/ReadmeAnyFromPod' + version: '0.163250' + - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: - . commit_msg: '%N-%v%t%n%n%c' - time_zone: local Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - - README.pod + - CONTRIBUTING - Changes + - INSTALL - LICENSE - - CONTRIBUTING + - README.pod allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::ETHER/release snapshot' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ + changelog: Changes signed: 0 - tag: v0.23 + tag: v0.24 tag_format: v%v tag_message: v%v%t - time_zone: local Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::ETHER/Git::Tag' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::GitHub::Update + config: + Dist::Zilla::Plugin::GitHub::Update: + metacpan: 1 name: '@Author::ETHER/GitHub::Update' - version: '0.40' + version: '0.43' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: + Dist::Zilla::Plugin::BumpVersionAfterRelease: + finders: + - ':ExecFiles' + - ':InstallModules' + global: 1 + munge_makefile_pl: 1 Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {} name: '@Author::ETHER/BumpVersionAfterRelease::Transitional' - version: '0.005' + version: '0.007' - class: Dist::Zilla::Plugin::NextRelease name: '@Author::ETHER/NextRelease' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: 'increment $VERSION after %v release' - time_zone: local Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -640,9 +709,12 @@ - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@Author::ETHER/post-release commit' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::Git::Push config: @@ -651,9 +723,10 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: + 'git --version': 2.11.0 repo_root: . name: '@Author::ETHER/Git::Push' - version: '2.035' + version: '2.041' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -662,8 +735,9 @@ quiet: 0 run: - REDACTED + version: '0.044' name: '@Author::ETHER/install release' - version: '0.039' + version: '0.044' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -672,12 +746,21 @@ - 'print "release complete!\xa"' fatal_errors: 1 quiet: 1 + version: '0.044' name: '@Author::ETHER/release complete' - version: '0.039' + version: '0.044' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '5.037' + version: '6.009' + - + class: Dist::Zilla::Plugin::Prereqs + config: + Dist::Zilla::Plugin::Prereqs: + phase: runtime + type: recommends + name: Recommends + version: '6.009' - class: Dist::Zilla::Plugin::Prereqs config: @@ -685,60 +768,68 @@ phase: develop type: requires name: DevelopRequires - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.037' + version: '6.009' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':ExtraTestFiles' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.037' + version: '6.009' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':PerlExecFiles' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.037' + version: '6.009' - class: Dist::Zilla::Plugin::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' - version: '0.011' + version: '0.014' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.037' + version: '6.009' x_authority: cpan:SARTAK -x_authority_from_module: Class::Load x_contributors: - 'Dave Rolsky ' - - 'Shawn Moore ' - 'Karen Etheridge ' - - 'Shawn M Moore ' + - 'Shawn Moore ' - 'Jesse Luehrs ' - 'Kent Fredric ' + - 'Paul Howarth ' + - 'Olivier Mengué ' - 'Caleb Cushing ' -x_permissions_from_module: Class::Load +x_serialization_backend: 'YAML::Tiny version 1.72' diff -Nru libclass-load-perl-0.23/README libclass-load-perl-0.24/README --- libclass-load-perl-0.23/README 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/README 2017-04-10 21:12:36.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution Class-Load, -version 0.23: +version 0.24: A working (require "Class::Name") and more @@ -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.037. +This README file was generated by Dist::Zilla::Plugin::Readme v6.009. diff -Nru libclass-load-perl-0.23/t/00-report-prereqs.dd libclass-load-perl-0.24/t/00-report-prereqs.dd --- libclass-load-perl-0.23/t/00-report-prereqs.dd 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/t/00-report-prereqs.dd 2017-04-10 21:12:36.000000000 +0000 @@ -3,42 +3,44 @@ 'requires' => { 'ExtUtils::MakeMaker' => '0', 'perl' => '5.006' + }, + 'suggests' => { + 'JSON::PP' => '2.27300' } }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.097' + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.122' }, 'requires' => { 'Dist::Zilla' => '5', 'Dist::Zilla::Plugin::Authority' => '1.009', - 'Dist::Zilla::Plugin::AuthorityFromModule' => '0.002', 'Dist::Zilla::Plugin::AutoMetaResources' => '0', - 'Dist::Zilla::Plugin::AutoPrereqs' => '0', + 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038', 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004', 'Dist::Zilla::Plugin::CheckIssues' => '0', - 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0', + 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0.019', 'Dist::Zilla::Plugin::CheckSelfDependency' => '0', 'Dist::Zilla::Plugin::CheckStrictVersion' => '0', 'Dist::Zilla::Plugin::ConfirmRelease' => '0', 'Dist::Zilla::Plugin::CopyFilesFromRelease' => '0', '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', 'Dist::Zilla::Plugin::Git::Commit' => '2.020', - 'Dist::Zilla::Plugin::Git::Contributors' => '0.004', + 'Dist::Zilla::Plugin::Git::Contributors' => '0.029', 'Dist::Zilla::Plugin::Git::Describe' => '0.004', 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016', 'Dist::Zilla::Plugin::Git::Push' => '0', 'Dist::Zilla::Plugin::Git::Remote::Check' => '0', 'Dist::Zilla::Plugin::Git::Tag' => '0', 'Dist::Zilla::Plugin::GitHub::Update' => '0.40', - 'Dist::Zilla::Plugin::GithubMeta' => '0', - 'Dist::Zilla::Plugin::InstallGuide' => '0', + 'Dist::Zilla::Plugin::GithubMeta' => '0.54', + 'Dist::Zilla::Plugin::InstallGuide' => '1.200005', 'Dist::Zilla::Plugin::Keywords' => '0.004', - 'Dist::Zilla::Plugin::License' => '0', + 'Dist::Zilla::Plugin::License' => '5.038', 'Dist::Zilla::Plugin::MakeMaker' => '0', 'Dist::Zilla::Plugin::Manifest' => '0', 'Dist::Zilla::Plugin::MetaConfig' => '0', @@ -49,47 +51,58 @@ 'Dist::Zilla::Plugin::MetaTests' => '0', 'Dist::Zilla::Plugin::MetaYAML' => '0', 'Dist::Zilla::Plugin::MinimumPerl' => '1.006', - 'Dist::Zilla::Plugin::MojibakeTests' => '0', + 'Dist::Zilla::Plugin::MojibakeTests' => '0.8', 'Dist::Zilla::Plugin::NextRelease' => '5.033', - 'Dist::Zilla::Plugin::PodSyntaxTests' => '0', + 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040', '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', 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004', - 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.038', + 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041', 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038', 'Dist::Zilla::Plugin::RunExtraTests' => '0.024', + 'Dist::Zilla::Plugin::StaticInstall' => '0.005', 'Dist::Zilla::Plugin::SurgicalPodWeaver' => '0', - 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.008', + 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012', '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', + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.119', 'File::Spec' => '0', 'IO::Handle' => '0', 'IPC::Open3' => '0', + 'Pod::Wordlist' => '0', + 'Software::License::Perl_5' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta' => '0', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', - 'Test::More' => '0.94', + 'Test::MinimumVersion' => '0', + 'Test::Mojibake' => '0', + 'Test::More' => '0.96', 'Test::NoTabs' => '0', 'Test::Pod' => '1.41', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', - 'Test::Without::Module' => '0' + 'Test::Without::Module' => '0', + 'blib' => '1.01', + 'perl' => '5.006' } }, 'runtime' => { + 'recommends' => { + 'Data::OptList' => '0.110' + }, 'requires' => { 'Carp' => '0', 'Data::OptList' => '0', @@ -114,7 +127,7 @@ 'File::Spec' => '0', 'Test::Fatal' => '0', 'Test::More' => '0.88', - 'Test::Requires' => '0', + 'Test::Needs' => '0', 'constant' => '0', 'lib' => '0', 'perl' => '5.006', diff -Nru libclass-load-perl-0.23/t/00-report-prereqs.t libclass-load-perl-0.24/t/00-report-prereqs.t --- libclass-load-perl-0.23/t/00-report-prereqs.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/t/00-report-prereqs.t 2017-04-10 21:12:36.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; @@ -60,7 +60,10 @@ } my @include = qw( - + JSON::PP + Sub::Name + YAML + autodie ); my @exclude = qw( @@ -78,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 libclass-load-perl-0.23/t/011-without-xs.t libclass-load-perl-0.24/t/011-without-xs.t --- libclass-load-perl-0.23/t/011-without-xs.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/t/011-without-xs.t 2017-04-10 21:12:36.000000000 +0000 @@ -2,11 +2,9 @@ use warnings; use Test::More 0.88; -use Test::Requires { - 'Test::Without::Module' => 0, -}; +use Test::Needs 'Test::Without::Module'; -use Test::Without::Module 'Class::Load::XS'; +Test::Without::Module->import('Class::Load::XS'); { my @warnings; diff -Nru libclass-load-perl-0.23/t/012-without-implementation.t libclass-load-perl-0.24/t/012-without-implementation.t --- libclass-load-perl-0.23/t/012-without-implementation.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/t/012-without-implementation.t 2017-04-10 21:12:36.000000000 +0000 @@ -3,16 +3,14 @@ use Test::More 0.88; use Test::Fatal; -use Test::Requires { - 'Test::Without::Module' => 0, -}; +use Test::Needs 'Test::Without::Module'; -use Test::Without::Module qw( Class::Load::PP Class::Load::XS ); +Test::Without::Module->import(qw( Class::Load::PP Class::Load::XS )); { like( exception { require Class::Load }, - qr/Class.Load.PP\.pm did not return a true value/, + qr!Can't locate Class.Load.PP\.pm in \@INC|Class.Load.PP\.pm did not return a true value!, 'error when loading Class::Load and no implementation is available includes errors from trying to load modules' ); } diff -Nru libclass-load-perl-0.23/xt/author/00-compile.t libclass-load-perl-0.24/xt/author/00-compile.t --- libclass-load-perl-0.23/xt/author/00-compile.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/00-compile.t 2017-04-10 21:12:36.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.053 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.056 use Test::More 0.94; @@ -17,7 +17,9 @@ # no fake home requested -my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; +my @switches = ( + -d 'blib' ? '-Mblib' : '-Ilib', +); use File::Spec; use IPC::Open3; @@ -31,14 +33,18 @@ # see L my $stderr = IO::Handle->new; - my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} } + $^X, @switches, '-e', "require q[$lib]")) + if $ENV{PERL_COMPILE_TEST_DEBUG}; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ - and not eval { blib->VERSION('1.01') }; + and not eval { require blib; blib->VERSION('1.01') }; if (@_warnings) { diff -Nru libclass-load-perl-0.23/xt/author/eol.t libclass-load-perl-0.24/xt/author/eol.t --- libclass-load-perl-0.23/xt/author/eol.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/eol.t 2017-04-10 21:12:36.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; @@ -39,15 +39,15 @@ 'xt/author/00-compile.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', + '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/mojibake.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 libclass-load-perl-0.23/xt/author/kwalitee.t libclass-load-perl-0.24/xt/author/kwalitee.t --- libclass-load-perl-0.23/xt/author/kwalitee.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/kwalitee.t 2017-04-10 21:12:36.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 libclass-load-perl-0.23/xt/author/mojibake.t libclass-load-perl-0.24/xt/author/mojibake.t --- libclass-load-perl-0.23/xt/author/mojibake.t 1970-01-01 00:00:00.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/mojibake.t 2017-04-10 21:12:36.000000000 +0000 @@ -0,0 +1,9 @@ +#!perl + +use strict; +use warnings qw(all); + +use Test::More; +use Test::Mojibake; + +all_files_encoding_ok(); diff -Nru libclass-load-perl-0.23/xt/author/no-tabs.t libclass-load-perl-0.24/xt/author/no-tabs.t --- libclass-load-perl-0.23/xt/author/no-tabs.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/no-tabs.t 2017-04-10 21:12:36.000000000 +0000 @@ -39,15 +39,15 @@ 'xt/author/00-compile.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', + '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/mojibake.t', - 'xt/release/pod-syntax.t', - 'xt/release/portability.t' + 'xt/release/minimum-version.t' ); notabs_ok($_) foreach @files; diff -Nru libclass-load-perl-0.23/xt/author/pod-spell.t libclass-load-perl-0.24/xt/author/pod-spell.t --- libclass-load-perl-0.23/xt/author/pod-spell.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/pod-spell.t 2017-04-10 21:12:36.000000000 +0000 @@ -2,35 +2,42 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007004 use Test::Spelling 0.12; use Pod::Wordlist; add_stopwords(); -all_pod_files_spelling_ok( qw( bin lib ) ); +all_pod_files_spelling_ok( qw( examples lib script t xt ) ); __DATA__ -Shawn -Moore -sartak -at -bestpractical +Caleb +Class +Cushing Dave -Rolsky -autarch -Karen Etheridge -ether +Fredric +Howarth Jesse +Karen +Kent +Load Luehrs +Mengué +Moore +Olivier +PP +Paul +Rolsky +Shawn +at +autarch +bestpractical +dolmen doy -Kent -Fredric +ether +irc kentfredric -Caleb -Cushing -xenoterracide lib -Class -Load -PP +paul +sartak +xenoterracide diff -Nru libclass-load-perl-0.23/xt/author/pod-syntax.t libclass-load-perl-0.24/xt/author/pod-syntax.t --- libclass-load-perl-0.23/xt/author/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/pod-syntax.t 2017-04-10 21:12:36.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 libclass-load-perl-0.23/xt/author/portability.t libclass-load-perl-0.24/xt/author/portability.t --- libclass-load-perl-0.23/xt/author/portability.t 1970-01-01 00:00:00.000000000 +0000 +++ libclass-load-perl-0.24/xt/author/portability.t 2017-04-10 21:12:36.000000000 +0000 @@ -0,0 +1,10 @@ +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 libclass-load-perl-0.23/xt/release/changes_has_content.t libclass-load-perl-0.24/xt/release/changes_has_content.t --- libclass-load-perl-0.23/xt/release/changes_has_content.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/release/changes_has_content.t 2017-04-10 21:12:36.000000000 +0000 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.23'; +my $newver = '0.24'; my $trial_token = '-TRIAL'; SKIP: { diff -Nru libclass-load-perl-0.23/xt/release/cpan-changes.t libclass-load-perl-0.24/xt/release/cpan-changes.t --- libclass-load-perl-0.23/xt/release/cpan-changes.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/release/cpan-changes.t 2017-04-10 21:12:36.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 libclass-load-perl-0.23/xt/release/mojibake.t libclass-load-perl-0.24/xt/release/mojibake.t --- libclass-load-perl-0.23/xt/release/mojibake.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/xt/release/mojibake.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings qw(all); - -use Test::More; - -## no critic (ProhibitStringyEval, RequireCheckingReturnValueOfEval) -eval q(use Test::Mojibake); -plan skip_all => q(Test::Mojibake required for source encoding testing) if $@; - -all_files_encoding_ok(); diff -Nru libclass-load-perl-0.23/xt/release/pod-syntax.t libclass-load-perl-0.24/xt/release/pod-syntax.t --- libclass-load-perl-0.23/xt/release/pod-syntax.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/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 libclass-load-perl-0.23/xt/release/portability.t libclass-load-perl-0.24/xt/release/portability.t --- libclass-load-perl-0.23/xt/release/portability.t 2015-06-25 04:47:55.000000000 +0000 +++ libclass-load-perl-0.24/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();