diff -Nru libconfig-ini-perl-0.025/Changes libconfig-ini-perl-0.027/Changes --- libconfig-ini-perl-0.025/Changes 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/Changes 2021-06-23 02:27:55.000000000 +0000 @@ -1,5 +1,11 @@ Changelog for Config-INI +0.027 2021-06-22 22:27:53-04:00 America/New_York + - require Mixin::Linewise v0.110 to cope with new error message + +0.026 2021-06-20 17:14:32-04:00 America/New_York + - update author contact info + 0.025 2014-11-16 14:29:37-05:00 America/New_York - run preprocess_line before can_ignore - bump up required Mixin::Linewise to help out Win32 users diff -Nru libconfig-ini-perl-0.025/debian/changelog libconfig-ini-perl-0.027/debian/changelog --- libconfig-ini-perl-0.025/debian/changelog 2020-12-28 13:16:18.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/changelog 2021-08-31 19:22:12.000000000 +0000 @@ -1,3 +1,47 @@ +libconfig-ini-perl (1:0.027-1) unstable; urgency=medium + + [ gregor herrmann ] + * Rename autopkgtest configuration file(s) as per new pkg-perl- + autopkgtest schema. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Fabrizio Regalli from Uploaders. Thanks for your work! + * Remove Jonathan Yu from Uploaders. Thanks for your work! + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Laurent Baillet ] + * fix lintian file-contains-trailing-whitespace warning + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Bump debhelper from deprecated 8 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Submit. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + + [ gregor herrmann ] + * Import upstream version 0.027. + * Bump versioned (build) dependency on libmixin-linewise-perl. + (Closes: #993395) + * Update upstream email address. + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.6.0. + * Set Rules-Requires-Root: no. + * Drop unneeded alternative (build) dependencies. + * Annotate test-only build dependencies with . + * Bump debhelper-compat to 13. + + -- gregor herrmann Tue, 31 Aug 2021 21:22:12 +0200 + libconfig-ini-perl (1:0.025-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. @@ -118,7 +162,7 @@ [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org - [ Fabrizio Regalli ] + [ Fabrizio Regalli ] * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.9.2 Standard-Version. diff -Nru libconfig-ini-perl-0.025/debian/compat libconfig-ini-perl-0.027/debian/compat --- libconfig-ini-perl-0.025/debian/compat 2015-05-30 21:37:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru libconfig-ini-perl-0.025/debian/control libconfig-ini-perl-0.027/debian/control --- libconfig-ini-perl-0.025/debian/control 2015-05-30 21:37:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/control 2021-08-31 19:22:12.000000000 +0000 @@ -1,27 +1,26 @@ Source: libconfig-ini-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , + Salvatore Bonaccorso , + Dominic Hargreaves Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 8) -Build-Depends-Indep: - libmixin-linewise-perl (>= 0.105), - perl, - perl (>= 5.17.1) | libcpan-meta-requirements-perl -Maintainer: Debian Perl Group -Uploaders: - gregor herrmann , - Jonathan Yu , - Salvatore Bonaccorso , - Fabrizio Regalli , - Dominic Hargreaves -Standards-Version: 3.9.6 +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libcpan-meta-requirements-perl , + libmixin-linewise-perl (>= 0.110) , + perl +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-ini-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-ini-perl.git Homepage: https://metacpan.org/release/Config-INI -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-ini-perl.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-ini-perl.git -Testsuite: autopkgtest-pkg-perl +Rules-Requires-Root: no Package: libconfig-ini-perl Architecture: all -Depends: libmixin-linewise-perl (>= 0.105), ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends}, + libmixin-linewise-perl (>= 0.110) Description: Perl module for reading and writing .ini files Config::INI::Reader and Config::INI::Writer are "yet another config module" implementing yet another slightly different take on the undeniably easy to diff -Nru libconfig-ini-perl-0.025/debian/copyright libconfig-ini-perl-0.027/debian/copyright --- libconfig-ini-perl-0.025/debian/copyright 2015-05-30 21:37:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/copyright 2021-08-31 19:22:12.000000000 +0000 @@ -1,15 +1,15 @@ -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: Config-INI -Upstream-Contact: Ricardo SIGNES +Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Config-INI Files: * -Copyright: 2007, Ricardo SIGNES, +Copyright: 2007, Ricardo SIGNES, License: Artistic or GPL-1+ Comment: Originaly derived from Config::Tiny, by Adam Kennedy. Files: debian/* -Copyright: 2009-2014, gregor herrmann +Copyright: 2009-2021, gregor herrmann 2010-2015, Salvatore Bonaccorso 2011, Fabrizio Regalli 2011, Jonathan Yu diff -Nru libconfig-ini-perl-0.025/debian/tests/pkg-perl/smoke-files libconfig-ini-perl-0.027/debian/tests/pkg-perl/smoke-files --- libconfig-ini-perl-0.025/debian/tests/pkg-perl/smoke-files 1970-01-01 00:00:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/tests/pkg-perl/smoke-files 2021-08-31 19:22:12.000000000 +0000 @@ -0,0 +1,2 @@ +examples +t diff -Nru libconfig-ini-perl-0.025/debian/tests/pkg-perl/test-files libconfig-ini-perl-0.027/debian/tests/pkg-perl/test-files --- libconfig-ini-perl-0.025/debian/tests/pkg-perl/test-files 2015-05-30 21:37:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/tests/pkg-perl/test-files 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -examples -t diff -Nru libconfig-ini-perl-0.025/debian/upstream/metadata libconfig-ini-perl-0.027/debian/upstream/metadata --- libconfig-ini-perl-0.025/debian/upstream/metadata 2015-05-30 21:37:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/upstream/metadata 2021-08-31 19:22:12.000000000 +0000 @@ -1,7 +1,6 @@ --- Archive: CPAN Bug-Database: https://github.com/rjbs/Config-INI/issues -Contact: Ricardo Signes -Name: Config-INI +Bug-Submit: https://github.com/rjbs/Config-INI/issues/new Repository: https://github.com/rjbs/Config-INI.git Repository-Browse: https://github.com/rjbs/Config-INI diff -Nru libconfig-ini-perl-0.025/debian/watch libconfig-ini-perl-0.027/debian/watch --- libconfig-ini-perl-0.025/debian/watch 2015-05-30 21:37:00.000000000 +0000 +++ libconfig-ini-perl-0.027/debian/watch 2021-08-31 19:22:12.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Config-INI .*/Config-INI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Config-INI .*/Config-INI-v?@ANY_VERSION@@ARCHIVE_EXT@$ diff -Nru libconfig-ini-perl-0.025/dist.ini libconfig-ini-perl-0.027/dist.ini --- libconfig-ini-perl-0.025/dist.ini 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/dist.ini 2021-06-23 02:27:55.000000000 +0000 @@ -1,7 +1,9 @@ name = Config-INI -author = Ricardo Signes +author = Ricardo Signes license = Perl_5 copyright_holder = Ricardo Signes copyright_year = 2007 [@RJBS] +perl-support = long-term +package-name-version = 0 ; I believe this should be turned on. diff -Nru libconfig-ini-perl-0.025/lib/Config/INI/Reader.pm libconfig-ini-perl-0.027/lib/Config/INI/Reader.pm --- libconfig-ini-perl-0.025/lib/Config/INI/Reader.pm 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/lib/Config/INI/Reader.pm 2021-06-23 02:27:55.000000000 +0000 @@ -1,8 +1,8 @@ use strict; use warnings; package Config::INI::Reader; -$Config::INI::Reader::VERSION = '0.025'; -use Mixin::Linewise::Readers 0.105; +$Config::INI::Reader::VERSION = '0.027'; +use Mixin::Linewise::Readers 0.110; # ABSTRACT: a subclassable .ini-file parser #pod =head1 SYNOPSIS @@ -319,7 +319,7 @@ =head1 VERSION -version 0.025 +version 0.027 =head1 SYNOPSIS @@ -364,6 +364,16 @@ to allow for side-effects and self-reconfiguration to occur during the course of reading its input. +=head1 PERL VERSION SUPPORT + +This module has a long-term perl support period. That means it will not +require a version of perl released fewer than five years ago. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 METHODS FOR READING CONFIG These methods are all that most users will need: they read configuration from a @@ -492,7 +502,7 @@ =head1 AUTHOR -Ricardo Signes +Ricardo Signes =head1 COPYRIGHT AND LICENSE diff -Nru libconfig-ini-perl-0.025/lib/Config/INI/Writer.pm libconfig-ini-perl-0.027/lib/Config/INI/Writer.pm --- libconfig-ini-perl-0.025/lib/Config/INI/Writer.pm 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/lib/Config/INI/Writer.pm 2021-06-23 02:27:55.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; package Config::INI::Writer; -$Config::INI::Writer::VERSION = '0.025'; +$Config::INI::Writer::VERSION = '0.027'; use Mixin::Linewise::Writers; # ABSTRACT: a subclassable .ini-file emitter @@ -511,7 +511,7 @@ =head1 VERSION -version 0.025 +version 0.027 =head1 SYNOPSIS @@ -556,6 +556,16 @@ to allow for side-effects and self-reconfiguration to occur during the course of reading its input. +=head1 PERL VERSION SUPPORT + +This module has a long-term perl support period. That means it will not +require a version of perl released fewer than five years ago. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 METHODS FOR WRITING CONFIG There are three writer methods, C, C, and @@ -779,7 +789,7 @@ =head1 AUTHOR -Ricardo Signes +Ricardo Signes =head1 COPYRIGHT AND LICENSE diff -Nru libconfig-ini-perl-0.025/lib/Config/INI.pm libconfig-ini-perl-0.027/lib/Config/INI.pm --- libconfig-ini-perl-0.025/lib/Config/INI.pm 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/lib/Config/INI.pm 2021-06-23 02:27:55.000000000 +0000 @@ -2,7 +2,7 @@ use warnings; package Config::INI; # ABSTRACT: simple .ini-file format -$Config::INI::VERSION = '0.025'; +$Config::INI::VERSION = '0.027'; #pod =head1 SYNOPSIS #pod #pod Config-INI comes with code for reading F<.ini> files: @@ -93,7 +93,7 @@ =head1 VERSION -version 0.025 +version 0.027 =head1 SYNOPSIS @@ -107,6 +107,16 @@ See L and L for more examples. +=head1 PERL VERSION SUPPORT + +This module has a long-term perl support period. That means it will not +require a version of perl released fewer than five years ago. + +Although it may work on older versions of perl, no guarantee is made that the +minimum required version will not be increased. The version may be increased +for any reason, and there is no promise that patches will be accepted to lower +the minimum required perl. + =head1 GRAMMAR This section describes the format parsed and produced by Config::INI::Reader @@ -171,7 +181,43 @@ =head1 AUTHOR -Ricardo Signes +Ricardo Signes + +=head1 CONTRIBUTORS + +=for stopwords castaway David Steinbrunner Florian Ragwitz George Hartzell Graham Knop Ricardo SIGNES Smylers + +=over 4 + +=item * + +castaway + +=item * + +David Steinbrunner + +=item * + +Florian Ragwitz + +=item * + +George Hartzell + +=item * + +Graham Knop + +=item * + +Ricardo SIGNES + +=item * + +Smylers + +=back =head1 COPYRIGHT AND LICENSE diff -Nru libconfig-ini-perl-0.025/Makefile.PL libconfig-ini-perl-0.027/Makefile.PL --- libconfig-ini-perl-0.025/Makefile.PL 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/Makefile.PL 2021-06-23 02:27:55.000000000 +0000 @@ -1,27 +1,23 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.021. use strict; use warnings; -use ExtUtils::MakeMaker; - - +use ExtUtils::MakeMaker 6.78; my %WriteMakefileArgs = ( "ABSTRACT" => "simple .ini-file format", - "AUTHOR" => "Ricardo Signes ", + "AUTHOR" => "Ricardo Signes ", "CONFIGURE_REQUIRES" => { - "ExtUtils::MakeMaker" => 0 + "ExtUtils::MakeMaker" => "6.78" }, "DISTNAME" => "Config-INI", - "EXE_FILES" => [], "LICENSE" => "perl", "NAME" => "Config::INI", "PREREQ_PM" => { "Carp" => 0, - "Mixin::Linewise::Readers" => "0.105", + "Mixin::Linewise::Readers" => "0.110", "Mixin::Linewise::Writers" => 0, "strict" => 0, "warnings" => 0 @@ -32,7 +28,7 @@ "IO::File" => 0, "Test::More" => "0.96" }, - "VERSION" => "0.025", + "VERSION" => "0.027", "test" => { "TESTS" => "t/*.t" } @@ -44,7 +40,7 @@ "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "IO::File" => 0, - "Mixin::Linewise::Readers" => "0.105", + "Mixin::Linewise::Readers" => "0.110", "Mixin::Linewise::Writers" => 0, "Test::More" => "0.96", "strict" => 0, @@ -62,6 +58,3 @@ unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff -Nru libconfig-ini-perl-0.025/MANIFEST libconfig-ini-perl-0.027/MANIFEST --- libconfig-ini-perl-0.025/MANIFEST 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/MANIFEST 2021-06-23 02:27:55.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.025. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.021. Changes LICENSE MANIFEST @@ -17,5 +17,5 @@ t/reader-err.t t/reader.t t/writer.t +xt/author/pod-syntax.t xt/release/changes_has_content.t -xt/release/pod-syntax.t diff -Nru libconfig-ini-perl-0.025/META.json libconfig-ini-perl-0.027/META.json --- libconfig-ini-perl-0.025/META.json 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/META.json 2021-06-23 02:27:55.000000000 +0000 @@ -1,33 +1,35 @@ { "abstract" : "simple .ini-file format", "author" : [ - "Ricardo Signes " + "Ricardo Signes " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.142690", + "generated_by" : "Dist::Zilla version 6.021, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Config-INI", "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "6.78" } }, "develop" : { "requires" : { + "Encode" : "0", + "Test::More" : "0", "Test::Pod" : "1.41" } }, "runtime" : { "requires" : { "Carp" : "0", - "Mixin::Linewise::Readers" : "0.105", + "Mixin::Linewise::Readers" : "0.110", "Mixin::Linewise::Writers" : "0", "strict" : "0", "warnings" : "0" @@ -57,10 +59,10 @@ "web" : "https://github.com/rjbs/Config-INI" } }, - "version" : "0.025", + "version" : "0.027", "x_Dist_Zilla" : { "perl" : { - "version" : "5.021005" + "version" : "5.035001" }, "plugins" : [ { @@ -69,31 +71,28 @@ "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [], "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" - }, - "Dist::Zilla::Role::Git::Repo" : { - "repo_root" : "." + "include_untracked" : 0 } }, "name" : "@RJBS/Git::GatherDir", - "version" : "2.025" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.012" + "version" : "0.021" }, { "class" : "Dist::Zilla::Plugin::CheckExtraTests", "name" : "@RJBS/CheckExtraTests", - "version" : "0.024" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -105,80 +104,84 @@ "Dist::Zilla::PluginBundle::RJBS" ], "phase" : "build", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@RJBS/RJBS-Outdated", - "version" : "0.029" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", "config" : { "Dist::Zilla::Plugin::PromptIfStale" : { - "check_all_plugins" : "1", + "check_all_plugins" : 1, "check_all_prereqs" : 0, "modules" : [], "phase" : "release", - "skip" : [] + "run_under_travis" : 0, + "skip" : [ + "Dist::Zilla::Plugin::RJBSMisc" + ] } }, "name" : "@RJBS/CPAN-Outdated", - "version" : "0.029" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Filter/PruneCruft", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Filter/ManifestSkip", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Filter/MetaYAML", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Filter/License", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Filter/Readme", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Filter/ExecDir", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Filter/ShareDir", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Filter/Manifest", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Filter/TestRelease", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Filter/ConfirmRelease", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Filter/UploadToCPAN", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -188,62 +191,63 @@ } }, "name" : "@RJBS/MakeMaker", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "config" : { "Dist::Zilla::Plugin::Git::NextVersion" : { "first_version" : "0.001", - "version_by_branch" : "0", + "version_by_branch" : 1, "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." } }, "name" : "@RJBS/Git::NextVersion", - "version" : "2.025" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", "name" : "@RJBS/Test::ChangesHasContent", - "version" : "0.007" + "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@RJBS/Test::ReportPrereqs", - "version" : "0.019" + "version" : "0.028" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -254,7 +258,7 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -271,103 +275,118 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@RJBS/SingleEncoding", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@RJBS/Name", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@RJBS/Version", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/Prelude", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Synopsis", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Description", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Overview", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@RJBS/Stability", - "version" : "4.007" + "version" : "4.018" + }, + { + "class" : "Pod::Weaver::Section::GenerateSection", + "name" : "@RJBS/PerlSupport", + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Attributes", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Methods", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Functions", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@RJBS/Leftovers", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@RJBS/postlude", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@RJBS/Authors", - "version" : "4.007" + "version" : "4.018" + }, + { + "class" : "Pod::Weaver::Section::Contributors", + "name" : "@RJBS/Contributors", + "version" : "0.009" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "@RJBS/Legal", - "version" : "4.007" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@RJBS/List", - "version" : "4.007" + "version" : "4.018" } ] } }, "name" : "@RJBS/PodWeaver", - "version" : "4.006" + "version" : "4.009" + }, + { + "class" : "Dist::Zilla::Plugin::RJBSMisc", + "name" : "@RJBS/RJBSMisc", + "version" : "5.019" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@RJBS/GithubMeta", - "version" : "0.46" + "version" : "0.58" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -377,125 +396,171 @@ }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." } }, "name" : "@RJBS/@Git/Check", - "version" : "2.025" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%v%n%n%c", - "time_zone" : "local" + "commit_msg" : "v%V%n%n%c", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@RJBS/@Git/Commit", - "version" : "2.025" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "0.025", + "tag" : "0.027", "tag_format" : "%v", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%V" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@RJBS/@Git/Tag", - "version" : "2.025" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "config" : { "Dist::Zilla::Plugin::Git::Push" : { "push_to" : [ - "origin :", "github :" ], "remotes_must_exist" : 0 }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.30.1 (Apple Git-130)", "repo_root" : "." } }, "name" : "@RJBS/@Git/Push", - "version" : "2.025" + "version" : "2.047" + }, + { + "class" : "Dist::Zilla::Plugin::Git::Contributors", + "config" : { + "Dist::Zilla::Plugin::Git::Contributors" : { + "git_version" : "2.30.1 (Apple Git-130)", + "include_authors" : 0, + "include_releaser" : 1, + "order_by" : "name", + "paths" : [] + } + }, + "name" : "@RJBS/Git::Contributors", + "version" : "0.036" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.025" + "version" : "6.021" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":ExtraTestFiles", + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.025" + "version" : "6.021" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":PerlExecFiles", + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.025" + "version" : "6.021" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.025" + "version" : "6.021" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.025" + "version" : "6.021" } - } + }, + "x_contributors" : [ + "castaway ", + "David Steinbrunner ", + "Florian Ragwitz ", + "George Hartzell ", + "Graham Knop ", + "Ricardo SIGNES ", + "Smylers " + ], + "x_generated_by_perl" : "v5.35.1", + "x_rjbs_perl_support" : "long-term", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.26", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -Nru libconfig-ini-perl-0.025/META.yml libconfig-ini-perl-0.027/META.yml --- libconfig-ini-perl-0.025/META.yml 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/META.yml 2021-06-23 02:27:55.000000000 +0000 @@ -1,16 +1,16 @@ --- abstract: 'simple .ini-file format' author: - - 'Ricardo Signes ' + - 'Ricardo Signes ' build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' IO::File: '0' Test::More: '0.96' configure_requires: - ExtUtils::MakeMaker: '0' + ExtUtils::MakeMaker: '6.78' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 2.142690' +generated_by: 'Dist::Zilla version 6.021, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -18,7 +18,7 @@ name: Config-INI requires: Carp: '0' - Mixin::Linewise::Readers: '0.105' + Mixin::Linewise::Readers: '0.110' Mixin::Linewise::Writers: '0' strict: '0' warnings: '0' @@ -26,10 +26,10 @@ bugtracker: https://github.com/rjbs/Config-INI/issues homepage: https://github.com/rjbs/Config-INI repository: https://github.com/rjbs/Config-INI.git -version: '0.025' +version: '0.027' x_Dist_Zilla: perl: - version: '5.021005' + version: '5.035001' plugins: - class: Dist::Zilla::Plugin::Git::GatherDir @@ -37,25 +37,23 @@ Dist::Zilla::Plugin::GatherDir: exclude_filename: [] 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' - Dist::Zilla::Role::Git::Repo: - repo_root: . + include_untracked: 0 name: '@RJBS/Git::GatherDir' - version: '2.025' + version: '2.047' - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' - version: '0.012' + version: '0.021' - class: Dist::Zilla::Plugin::CheckExtraTests name: '@RJBS/CheckExtraTests' - version: '0.024' + version: '0.029' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -65,114 +63,118 @@ modules: - Dist::Zilla::PluginBundle::RJBS phase: build + run_under_travis: 0 skip: [] name: '@RJBS/RJBS-Outdated' - version: '0.029' + version: '0.057' - class: Dist::Zilla::Plugin::PromptIfStale config: Dist::Zilla::Plugin::PromptIfStale: - check_all_plugins: '1' + check_all_plugins: 1 check_all_prereqs: 0 modules: [] phase: release - skip: [] + run_under_travis: 0 + skip: + - Dist::Zilla::Plugin::RJBSMisc name: '@RJBS/CPAN-Outdated' - version: '0.029' + version: '0.057' - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Filter/ManifestSkip' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Filter/MetaYAML' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::License name: '@RJBS/@Filter/License' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Filter/Readme' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Filter/ExecDir' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Filter/ShareDir' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Filter/Manifest' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Filter/TestRelease' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Filter/ConfirmRelease' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Filter/UploadToCPAN' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@RJBS/MakeMaker' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::Git::NextVersion config: Dist::Zilla::Plugin::Git::NextVersion: first_version: '0.001' - version_by_branch: '0' + version_by_branch: 1 version_regexp: (?^:^([0-9]+\.[0-9]+)$) Dist::Zilla::Role::Git::Repo: + git_version: '2.30.1 (Apple Git-130)' repo_root: . name: '@RJBS/Git::NextVersion' - version: '2.025' + version: '2.047' - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@RJBS/Test::ChangesHasContent' - version: '0.007' + version: '0.011' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@RJBS/Test::ReportPrereqs' - version: '0.019' + version: '0.028' - class: Dist::Zilla::Plugin::Prereqs config: @@ -180,7 +182,7 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -194,81 +196,93 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Plugin::SingleEncoding name: '@RJBS/SingleEncoding' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Name name: '@RJBS/Name' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Version name: '@RJBS/Version' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@RJBS/Prelude' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Synopsis' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Description' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Overview' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Generic name: '@RJBS/Stability' - version: '4.007' + version: '4.018' + - + class: Pod::Weaver::Section::GenerateSection + name: '@RJBS/PerlSupport' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Attributes - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Methods - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Collect name: Functions - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Leftovers name: '@RJBS/Leftovers' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@RJBS/postlude' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Section::Authors name: '@RJBS/Authors' - version: '4.007' + version: '4.018' + - + class: Pod::Weaver::Section::Contributors + name: '@RJBS/Contributors' + version: '0.009' - class: Pod::Weaver::Section::Legal name: '@RJBS/Legal' - version: '4.007' + version: '4.018' - class: Pod::Weaver::Plugin::Transformer name: '@RJBS/List' - version: '4.007' + version: '4.018' name: '@RJBS/PodWeaver' - version: '4.006' + version: '4.009' + - + class: Dist::Zilla::Plugin::RJBSMisc + name: '@RJBS/RJBSMisc' + version: '5.019' - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' - version: '0.46' + version: '0.58' - class: Dist::Zilla::Plugin::Git::Check config: @@ -276,91 +290,129 @@ untracked_files: die Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - - dist.ini - Changes + - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: '2.30.1 (Apple Git-130)' repo_root: . name: '@RJBS/@Git/Check' - version: '2.025' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] - commit_msg: v%v%n%n%c - time_zone: local + commit_msg: v%V%n%n%c + signoff: '0' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - - dist.ini - Changes + - dist.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: '2.30.1 (Apple Git-130)' repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@RJBS/@Git/Commit' - version: '2.025' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ + changelog: Changes signed: 0 - tag: '0.025' + tag: '0.027' tag_format: '%v' - tag_message: v%v - time_zone: local + tag_message: v%V Dist::Zilla::Role::Git::Repo: + git_version: '2.30.1 (Apple Git-130)' repo_root: . + Dist::Zilla::Role::Git::StringFormatter: + time_zone: local name: '@RJBS/@Git/Tag' - version: '2.025' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Push config: Dist::Zilla::Plugin::Git::Push: push_to: - - 'origin :' - 'github :' remotes_must_exist: 0 Dist::Zilla::Role::Git::Repo: + git_version: '2.30.1 (Apple Git-130)' repo_root: . name: '@RJBS/@Git/Push' - version: '2.025' + version: '2.047' + - + class: Dist::Zilla::Plugin::Git::Contributors + config: + Dist::Zilla::Plugin::Git::Contributors: + git_version: '2.30.1 (Apple Git-130)' + include_authors: 0 + include_releaser: 1 + order_by: name + paths: [] + name: '@RJBS/Git::Contributors' + version: '0.036' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.025' + version: '6.021' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':ExtraTestFiles' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.025' + version: '6.021' + - + class: Dist::Zilla::Plugin::FinderCode + name: ':PerlExecFiles' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.025' + version: '6.021' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.025' + version: '6.021' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.025' + version: '6.021' +x_contributors: + - 'castaway ' + - 'David Steinbrunner ' + - 'Florian Ragwitz ' + - 'George Hartzell ' + - 'Graham Knop ' + - 'Ricardo SIGNES ' + - 'Smylers ' +x_generated_by_perl: v5.35.1 +x_rjbs_perl_support: long-term +x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -Nru libconfig-ini-perl-0.025/README libconfig-ini-perl-0.027/README --- libconfig-ini-perl-0.025/README 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/README 2021-06-23 02:27:55.000000000 +0000 @@ -1,7 +1,5 @@ - - This archive contains the distribution Config-INI, -version 0.025: +version 0.027: simple .ini-file format @@ -11,5 +9,4 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v5.025. - +This README file was generated by Dist::Zilla::Plugin::Readme v6.021. diff -Nru libconfig-ini-perl-0.025/t/00-report-prereqs.dd libconfig-ini-perl-0.027/t/00-report-prereqs.dd --- libconfig-ini-perl-0.025/t/00-report-prereqs.dd 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/t/00-report-prereqs.dd 2021-06-23 02:27:55.000000000 +0000 @@ -1,18 +1,20 @@ do { my $x = { 'configure' => { 'requires' => { - 'ExtUtils::MakeMaker' => '0' + 'ExtUtils::MakeMaker' => '6.78' } }, 'develop' => { 'requires' => { + 'Encode' => '0', + 'Test::More' => '0', 'Test::Pod' => '1.41' } }, 'runtime' => { 'requires' => { 'Carp' => '0', - 'Mixin::Linewise::Readers' => '0.105', + 'Mixin::Linewise::Readers' => '0.110', 'Mixin::Linewise::Writers' => '0', 'strict' => '0', 'warnings' => '0' diff -Nru libconfig-ini-perl-0.025/t/00-report-prereqs.t libconfig-ini-perl-0.027/t/00-report-prereqs.t --- libconfig-ini-perl-0.025/t/00-report-prereqs.t 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/t/00-report-prereqs.t 2021-06-23 02:27:55.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.019 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028 use Test::More tests => 1; @@ -68,7 +68,7 @@ ); # Add static prereqs to the included modules list -my $static_prereqs = do 't/00-report-prereqs.dd'; +my $static_prereqs = do './t/00-report-prereqs.dd'; # Merge all prereqs (either with ::Prereqs or a hashref) my $full_prereqs = _merge_prereqs( @@ -78,12 +78,14 @@ # 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); - } +my $cpan_meta_error; +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { + $cpan_meta_error = $@; # capture error from CPAN::Meta->load_file($source) $source = 'static metadata'; } @@ -150,9 +152,16 @@ my $ml = _max( map { length $_->[0] } @reports ); my $wl = _max( map { length $_->[1] } @reports ); my $hl = _max( map { length $_->[2] } @reports ); - splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl]; - push @full_reports, map { sprintf(" %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports; + if ($type eq 'modules') { + splice @reports, 1, 0, ["-" x $ml, "", "-" x $hl]; + push @full_reports, map { sprintf(" %*s %*s\n", -$ml, $_->[0], $hl, $_->[2]) } @reports; + } + else { + splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl]; + push @full_reports, map { sprintf(" %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports; + } + push @full_reports, "\n"; } } @@ -162,15 +171,23 @@ diag "\nVersions for all modules listed in $source (including optional ones):\n\n", @full_reports; } +if ( $cpan_meta_error || @dep_errors ) { + diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n"; +} + +if ( $cpan_meta_error ) { + my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; + diag "\nCPAN::Meta->load_file('$orig_source') failed with: $cpan_meta_error\n"; +} + if ( @dep_errors ) { diag join("\n", - "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n", - "The following REQUIRED prerequisites were not satisfied:\n", + "\nThe following REQUIRED prerequisites were not satisfied:\n", @dep_errors, "\n" ); } -pass; +pass('Reported prereqs'); # vim: ts=4 sts=4 sw=4 et: diff -Nru libconfig-ini-perl-0.025/t/reader-err.t libconfig-ini-perl-0.027/t/reader-err.t --- libconfig-ini-perl-0.025/t/reader-err.t 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/t/reader-err.t 2021-06-23 02:27:55.000000000 +0000 @@ -27,7 +27,7 @@ my $filename = 'lib'; eval { Config::INI::Reader->read_file($filename); }; - like($@, qr/not a plain file/i, 'read_file on non-plain-file'); + like($@, qr/not readable/i, 'read_file on non-readable thing'); } SKIP: { @@ -48,7 +48,7 @@ } eval { Config::INI::Reader->read_file($fn); }; - like($@, qr/(?:couldn't|can't) read/, "can't read an unreadable file"); + like($@, qr/not readable/, "can't read an unreadable file"); chmod 0666, $fh; } diff -Nru libconfig-ini-perl-0.025/xt/author/pod-syntax.t libconfig-ini-perl-0.027/xt/author/pod-syntax.t --- libconfig-ini-perl-0.025/xt/author/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libconfig-ini-perl-0.027/xt/author/pod-syntax.t 2021-06-23 02:27:55.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 libconfig-ini-perl-0.025/xt/release/changes_has_content.t libconfig-ini-perl-0.027/xt/release/changes_has_content.t --- libconfig-ini-perl-0.025/xt/release/changes_has_content.t 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/xt/release/changes_has_content.t 2021-06-23 02:27:55.000000000 +0000 @@ -1,11 +1,10 @@ -#!perl - use Test::More tests => 2; note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.025'; +my $newver = '0.027'; my $trial_token = '-TRIAL'; +my $encoding = 'UTF-8'; SKIP: { ok(-e $changes_file, "$changes_file file exists") @@ -16,8 +15,6 @@ done_testing; -# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit -# by Jerome Quelin sub _get_changes { my $newver = shift; @@ -25,6 +22,10 @@ # parse changelog to find commit message open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!"; my $changelog = join('', <$fh>); + if ($encoding) { + require Encode; + $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK()); + } close $fh; my @content = diff -Nru libconfig-ini-perl-0.025/xt/release/pod-syntax.t libconfig-ini-perl-0.027/xt/release/pod-syntax.t --- libconfig-ini-perl-0.025/xt/release/pod-syntax.t 2014-11-16 19:29:41.000000000 +0000 +++ libconfig-ini-perl-0.027/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();