diff -Nru libdefhash-perl-2.0.0/Changes libdefhash-perl-2.0.1/Changes --- libdefhash-perl-2.0.0/Changes 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/Changes 2022-10-21 07:16:55.000000000 +0000 @@ -1,3 +1,10 @@ +2.0.1 2022-10-21 Released-By: PERLANCAR; Urgency: low + + - No spec changes. + + - Add HISTORY section. + + 2.0.0 2021-08-14 Released-By: PERLANCAR; Urgency: medium - No changes from 1.0.13. diff -Nru libdefhash-perl-2.0.0/debian/changelog libdefhash-perl-2.0.1/debian/changelog --- libdefhash-perl-2.0.0/debian/changelog 2022-10-13 18:15:01.000000000 +0000 +++ libdefhash-perl-2.0.1/debian/changelog 2022-11-26 20:27:35.000000000 +0000 @@ -1,3 +1,13 @@ +libdefhash-perl (2.0.1-1) unstable; urgency=medium + + * Team upload + + * Import upstream version 2.0.1. + * Update upstream copyright years + * Declare compliance with Debian Policy 4.6.1 + + -- Florian Schlichting Sat, 26 Nov 2022 21:27:35 +0100 + libdefhash-perl (2.0.0-2) unstable; urgency=medium [ Debian Janitor ] diff -Nru libdefhash-perl-2.0.0/debian/control libdefhash-perl-2.0.1/debian/control --- libdefhash-perl-2.0.0/debian/control 2022-10-13 18:15:01.000000000 +0000 +++ libdefhash-perl-2.0.1/debian/control 2022-11-26 20:27:13.000000000 +0000 @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), perl -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdefhash-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdefhash-perl.git Homepage: https://metacpan.org/release/DefHash diff -Nru libdefhash-perl-2.0.0/debian/copyright libdefhash-perl-2.0.1/debian/copyright --- libdefhash-perl-2.0.0/debian/copyright 2022-10-13 18:15:01.000000000 +0000 +++ libdefhash-perl-2.0.1/debian/copyright 2022-11-26 20:26:53.000000000 +0000 @@ -4,7 +4,7 @@ Upstream-Contact: perlancar Files: * -Copyright: 2012-2021, perlancar +Copyright: 2012-2022, perlancar License: Artistic or GPL-1+ Files: debian/* diff -Nru libdefhash-perl-2.0.0/dist.ini libdefhash-perl-2.0.1/dist.ini --- libdefhash-perl-2.0.0/dist.ini 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/dist.ini 2022-10-21 07:16:55.000000000 +0000 @@ -4,11 +4,11 @@ license = Perl_5 ;--------------------------------- -version=2.0.0 +version=2.0.1 name=DefHash [@Author::PERLANCAR] -:version=0.605 +:version=0.606 [Prereqs] diff -Nru libdefhash-perl-2.0.0/lib/DefHash.pm libdefhash-perl-2.0.1/lib/DefHash.pm --- libdefhash-perl-2.0.0/lib/DefHash.pm 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/lib/DefHash.pm 2022-10-21 07:16:55.000000000 +0000 @@ -1,7 +1,11 @@ +# no code +## no critic: TestingAndDebugging::RequireUseStrict package DefHash; -our $DATE = '2021-08-14'; # DATE -our $VERSION = '2.0.0'; # VERSION +our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY +our $DATE = '2022-10-21'; # DATE +our $DIST = 'DefHash'; # DIST +our $VERSION = '2.0.1'; # VERSION 1; # ABSTRACT: Define things according to a specification, using hashes @@ -18,7 +22,7 @@ =head1 VERSION -This document describes version 2.0.0 of DefHash (from Perl distribution DefHash), released on 2021-08-14. +This document describes version 2.0.1 of DefHash (from Perl distribution DefHash), released on 2022-10-21. =head1 HOMEPAGE @@ -28,23 +32,15 @@ Source repository is at L. -=head1 BUGS - -Please report any bugs or feature requests on the bugtracker website L - -When submitting a bug or request, please include a test-file or a -patch to an existing test-file that illustrates the bug or desired -feature. - =head1 AUTHOR perlancar =head1 CONTRIBUTOR -=for stopwords Steven Haryanto (on PC) +=for stopwords Steven Haryanto -Steven Haryanto (on PC) +Steven Haryanto =head1 CONTRIBUTING @@ -59,15 +55,24 @@ If you want to build the distribution (e.g. to try to install it locally on your system), you can install L, -L, and sometimes one or two other -Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required -beyond that are considered a bug and can be reported to me. +L, +L, and sometimes one or two other +Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond +that are considered a bug and can be reported to me. =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . +This software is copyright (c) 2022, 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. +=head1 BUGS + +Please report any bugs or feature requests on the bugtracker website L + +When submitting a bug or request, please include a test-file or a +patch to an existing test-file that illustrates the bug or desired +feature. + =cut diff -Nru libdefhash-perl-2.0.0/lib/DefHash.pod libdefhash-perl-2.0.1/lib/DefHash.pod --- libdefhash-perl-2.0.0/lib/DefHash.pod 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/lib/DefHash.pod 2022-10-21 07:16:55.000000000 +0000 @@ -24,7 +24,7 @@ =head1 VERSION -This document describes version 2.0.0 of DefHash (from Perl distribution DefHash), released on 2021-08-14. +This document describes version 2.0.1 of DefHash (from Perl distribution DefHash), released on 2022-10-21. =head1 SYNOPSIS @@ -53,7 +53,7 @@ This document describes DefHash, a specification for using hashes to define things. DefHash was born out of several other projects/specifications like -L, L, L, L. +L, L, L, L (see L). =head1 SPECIFICATION @@ -342,14 +342,6 @@ Source repository is at L. -=head1 BUGS - -Please report any bugs or feature requests on the bugtracker website L - -When submitting a bug or request, please include a test-file or a -patch to an existing test-file that illustrates the bug or desired -feature. - =head1 SEE ALSO Semantic Versioning, L @@ -360,6 +352,23 @@ and manipulate DefHash. Other modules: L, L. +=head1 HISTORY + +=head2 version 2 (Aug 2021) + +Major version number bumped to 2 because we removed the C syntax +support. + +=head2 version 1 (Sep 2012) + +First release of the specification. + +=head2 Sah (2009-2011), Rinci (2009-2012), Module::Patch (Jan 2012), Riap (Apr 2012) + +I started using hash for putting metadata in projects like L, L, +L, and L and finding myself choosing the same property +names like C, C, etc. + =head1 AUTHOR perlancar @@ -377,15 +386,24 @@ If you want to build the distribution (e.g. to try to install it locally on your system), you can install L, -L, and sometimes one or two other -Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required -beyond that are considered a bug and can be reported to me. +L, +L, and sometimes one or two other +Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond +that are considered a bug and can be reported to me. =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . +This software is copyright (c) 2022, 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. +=head1 BUGS + +Please report any bugs or feature requests on the bugtracker website L + +When submitting a bug or request, please include a test-file or a +patch to an existing test-file that illustrates the bug or desired +feature. + =cut diff -Nru libdefhash-perl-2.0.0/LICENSE libdefhash-perl-2.0.1/LICENSE --- libdefhash-perl-2.0.0/LICENSE 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/LICENSE 2022-10-21 07:16:55.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . +This software is copyright (c) 2022, 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . +This software is Copyright (c) 2022, 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . +This software is Copyright (c) 2022, 2021, 2019, 2015, 2014, 2013, 2012 by perlancar . This is free software, licensed under: @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -Nru libdefhash-perl-2.0.0/Makefile.PL libdefhash-perl-2.0.1/Makefile.PL --- libdefhash-perl-2.0.0/Makefile.PL 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/Makefile.PL 2022-10-21 07:16:55.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024. use strict; use warnings; @@ -22,7 +22,7 @@ "IPC::Open3" => 0, "Test::More" => 0 }, - "VERSION" => "2.0.0", + "VERSION" => "2.0.1", "test" => { "TESTS" => "t/*.t" } diff -Nru libdefhash-perl-2.0.0/MANIFEST libdefhash-perl-2.0.1/MANIFEST --- libdefhash-perl-2.0.0/MANIFEST 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/MANIFEST 2022-10-21 07:16:55.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024. Changes LICENSE MANIFEST diff -Nru libdefhash-perl-2.0.0/META.json libdefhash-perl-2.0.1/META.json --- libdefhash-perl-2.0.0/META.json 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/META.json 2022-10-21 07:16:55.000000000 +0000 @@ -4,7 +4,7 @@ "perlancar " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -39,7 +39,7 @@ "provides" : { "DefHash" : { "file" : "lib/DefHash.pm", - "version" : "v2.0.0" + "version" : "v2.0.1" } }, "release_status" : "stable", @@ -54,7 +54,7 @@ "web" : "https://github.com/perlancar/perl-DefHash" } }, - "version" : "2.0.0", + "version" : "2.0.1", "x_Dist_Zilla" : { "perl" : { "version" : "5.034000" @@ -79,52 +79,52 @@ } }, "name" : "@Author::PERLANCAR/@Filter/GatherDir", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Author::PERLANCAR/@Filter/PruneCruft", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::PERLANCAR/@Filter/ManifestSkip", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::PERLANCAR/@Filter/MetaYAML", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::PERLANCAR/@Filter/License", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::PERLANCAR/@Filter/PodCoverageTests", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::PERLANCAR/@Filter/PodSyntaxTests", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@Author::PERLANCAR/@Filter/ExtraTests", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::PERLANCAR/@Filter/ExecDir", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Author::PERLANCAR/@Filter/ShareDir", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -134,27 +134,27 @@ } }, "name" : "@Author::PERLANCAR/@Filter/MakeMaker", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::PERLANCAR/@Filter/Manifest", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::PERLANCAR/@Filter/ConfirmRelease", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::PERLANCAR/ExecDir script", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::PERLANCAR::BeforeBuild", "name" : "@Author::PERLANCAR/PERLANCAR::BeforeBuild", - "version" : "0.605" + "version" : "0.606" }, { "class" : "Dist::Zilla::Plugin::Rinci::AbstractFromMeta", @@ -168,8 +168,14 @@ }, { "class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec", + "config" : { + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000037", + "version" : "0.006" + } + }, "name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec", - "version" : "0.062" + "version" : "0.064" }, { "class" : "Dist::Zilla::Plugin::PERLANCAR::MetaResources", @@ -219,7 +225,7 @@ { "class" : "Dist::Zilla::Plugin::CopyrightYearFromGit", "name" : "@Author::PERLANCAR/CopyrightYearFromGit", - "version" : "0.006" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::IfBuilt", @@ -229,12 +235,12 @@ { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::PERLANCAR/MetaJSON", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::PERLANCAR/MetaConfig", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -244,7 +250,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.017" + "version" : "6.024" } ], "include_underscores" : 0 @@ -400,7 +406,7 @@ { "class" : "Pod::Weaver::Section::PERLANCAR::Contributing", "name" : "@Author::PERLANCAR/PERLANCAR/Contributing", - "version" : "0.292" + "version" : "0.293" }, { "class" : "Pod::Weaver::Section::Legal", @@ -410,7 +416,7 @@ { "class" : "Pod::Weaver::Plugin::Rinci", "name" : "@Author::PERLANCAR/Rinci", - "version" : "0.780" + "version" : "0.784" }, { "class" : "Pod::Weaver::Plugin::AppendPrepend", @@ -435,7 +441,7 @@ { "class" : "Pod::Weaver::Plugin::Sah::Schemas", "name" : "-Sah::Schemas", - "version" : "0.063" + "version" : "0.072" } ] } @@ -446,7 +452,7 @@ { "class" : "Dist::Zilla::Plugin::PruneFiles", "name" : "@Author::PERLANCAR/PruneFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Pod2Readme", @@ -508,7 +514,7 @@ } }, "name" : "@Author::PERLANCAR/Test::Perl::Critic::Subset", - "version" : "3.001.005" + "version" : "3.001.006" }, { "class" : "Dist::Zilla::Plugin::Test::Rinci", @@ -560,62 +566,62 @@ } }, "name" : "Prereqs", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.017" + "version" : "6.024" } ], "zilla" : { @@ -623,12 +629,12 @@ "config" : { "is_trial" : 0 }, - "version" : "6.017" + "version" : "6.024" } }, "x_authority" : "cpan:PERLANCAR", "x_contributors" : [ - "Steven Haryanto (on PC) " + "Steven Haryanto " ], "x_generated_by_perl" : "v5.34.0", "x_serialization_backend" : "Cpanel::JSON::XS version 4.26", diff -Nru libdefhash-perl-2.0.0/META.yml libdefhash-perl-2.0.1/META.yml --- libdefhash-perl-2.0.0/META.yml 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/META.yml 2022-10-21 07:16:55.000000000 +0000 @@ -10,7 +10,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,12 +19,12 @@ provides: DefHash: file: lib/DefHash.pm - version: v2.0.0 + version: v2.0.1 resources: bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=DefHash homepage: https://metacpan.org/release/DefHash repository: git://github.com/perlancar/perl-DefHash.git -version: 2.0.0 +version: 2.0.1 x_Dist_Zilla: perl: version: '5.034000' @@ -45,66 +45,66 @@ prune_directory: [] root: . name: '@Author::PERLANCAR/@Filter/GatherDir' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::PruneCruft name: '@Author::PERLANCAR/@Filter/PruneCruft' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::PERLANCAR/@Filter/ManifestSkip' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::PERLANCAR/@Filter/MetaYAML' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::License name: '@Author::PERLANCAR/@Filter/License' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::PERLANCAR/@Filter/PodCoverageTests' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::PERLANCAR/@Filter/PodSyntaxTests' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::ExtraTests name: '@Author::PERLANCAR/@Filter/ExtraTests' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::ExecDir name: '@Author::PERLANCAR/@Filter/ExecDir' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::ShareDir name: '@Author::PERLANCAR/@Filter/ShareDir' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Author::PERLANCAR/@Filter/MakeMaker' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Manifest name: '@Author::PERLANCAR/@Filter/Manifest' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::PERLANCAR/@Filter/ConfirmRelease' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::ExecDir name: '@Author::PERLANCAR/ExecDir script' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::PERLANCAR::BeforeBuild name: '@Author::PERLANCAR/PERLANCAR::BeforeBuild' - version: '0.605' + version: '0.606' - class: Dist::Zilla::Plugin::Rinci::AbstractFromMeta name: '@Author::PERLANCAR/Rinci::AbstractFromMeta' @@ -115,8 +115,12 @@ version: '0.02' - class: Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec + config: + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000037' + version: '0.006' name: '@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec' - version: '0.062' + version: '0.064' - class: Dist::Zilla::Plugin::PERLANCAR::MetaResources name: '@Author::PERLANCAR/PERLANCAR::MetaResources' @@ -154,7 +158,7 @@ - class: Dist::Zilla::Plugin::CopyrightYearFromGit name: '@Author::PERLANCAR/CopyrightYearFromGit' - version: '0.006' + version: '0.009' - class: Dist::Zilla::Plugin::IfBuilt name: '@Author::PERLANCAR/IfBuilt' @@ -162,11 +166,11 @@ - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::PERLANCAR/MetaJSON' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::PERLANCAR/MetaConfig' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -175,7 +179,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.017' + version: '6.024' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -298,7 +302,7 @@ - class: Pod::Weaver::Section::PERLANCAR::Contributing name: '@Author::PERLANCAR/PERLANCAR/Contributing' - version: '0.292' + version: '0.293' - class: Pod::Weaver::Section::Legal name: '@Author::PERLANCAR/Legal' @@ -306,7 +310,7 @@ - class: Pod::Weaver::Plugin::Rinci name: '@Author::PERLANCAR/Rinci' - version: '0.780' + version: '0.784' - class: Pod::Weaver::Plugin::AppendPrepend name: '@Author::PERLANCAR/AppendPrepend' @@ -326,13 +330,13 @@ - class: Pod::Weaver::Plugin::Sah::Schemas name: -Sah::Schemas - version: '0.063' + version: '0.072' name: '@Author::PERLANCAR/PodWeaver' version: '4.008' - class: Dist::Zilla::Plugin::PruneFiles name: '@Author::PERLANCAR/PruneFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Pod2Readme name: '@Author::PERLANCAR/Pod2Readme' @@ -380,7 +384,7 @@ - ':InstallModules' - ':TestFiles' name: '@Author::PERLANCAR/Test::Perl::Critic::Subset' - version: 3.001.005 + version: 3.001.006 - class: Dist::Zilla::Plugin::Test::Rinci name: '@Author::PERLANCAR/Test::Rinci' @@ -420,59 +424,59 @@ phase: runtime type: requires name: Prereqs - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.017' + version: '6.024' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.017' + version: '6.024' x_authority: cpan:PERLANCAR x_contributors: - - 'Steven Haryanto (on PC) ' + - 'Steven Haryanto ' x_generated_by_perl: v5.34.0 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -Nru libdefhash-perl-2.0.0/README libdefhash-perl-2.0.1/README --- libdefhash-perl-2.0.0/README 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/README 2022-10-21 07:16:55.000000000 +0000 @@ -2,8 +2,8 @@ DefHash - Define things according to a specification, using hashes VERSION - This document describes version 2.0.0 of DefHash (from Perl distribution - DefHash), released on 2021-08-14. + This document describes version 2.0.1 of DefHash (from Perl distribution + DefHash), released on 2022-10-21. HOMEPAGE Please visit the project's homepage at @@ -12,18 +12,11 @@ SOURCE Source repository is at . -BUGS - Please report any bugs or feature requests on the bugtracker website - - - When submitting a bug or request, please include a test-file or a patch - to an existing test-file that illustrates the bug or desired feature. - AUTHOR perlancar CONTRIBUTOR - Steven Haryanto (on PC) + Steven Haryanto CONTRIBUTING To contribute, you can send patches by email/via RT, or send pull @@ -36,15 +29,22 @@ If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, - Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two - other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional - steps required beyond that are considered a bug and can be reported to - me. + Dist::Zilla::PluginBundle::Author::PERLANCAR, + Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two + other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps + required beyond that are considered a bug and can be reported to me. COPYRIGHT AND LICENSE - This software is copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by - perlancar . + This software is copyright (c) 2022, 2021, 2019, 2015, 2014, 2013, 2012 + by perlancar . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. +BUGS + Please report any bugs or feature requests on the bugtracker website + + + When submitting a bug or request, please include a test-file or a patch + to an existing test-file that illustrates the bug or desired feature. + diff -Nru libdefhash-perl-2.0.0/t/author-critic.t libdefhash-perl-2.0.1/t/author-critic.t --- libdefhash-perl-2.0.0/t/author-critic.t 2021-08-14 10:51:55.000000000 +0000 +++ libdefhash-perl-2.0.1/t/author-critic.t 2022-10-21 07:16:55.000000000 +0000 @@ -11,7 +11,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.005 +# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.006 use Test::Perl::Critic (-profile => "") x!! -e "";