diff -Nru libpackage-stash-perl-0.39/Changes libpackage-stash-perl-0.40/Changes --- libpackage-stash-perl-0.39/Changes 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/Changes 2022-02-21 05:38:47.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Package-Stash +0.40 2022-02-21 05:38:38Z + - update bundled version of ExtUtils::HasCompiler, for new new Apple + include paths + 0.39 2020-11-22 01:26:43Z - updated distribution metadata and packaging - configuration phase now uses ExtUtils::HasCompiler diff -Nru libpackage-stash-perl-0.39/CONTRIBUTING libpackage-stash-perl-0.40/CONTRIBUTING --- libpackage-stash-perl-0.39/CONTRIBUTING 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/CONTRIBUTING 2022-02-21 05:38:47.000000000 +0000 @@ -101,5 +101,5 @@ request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014 -from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.159. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015 +from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.162. diff -Nru libpackage-stash-perl-0.39/debian/changelog libpackage-stash-perl-0.40/debian/changelog --- libpackage-stash-perl-0.39/debian/changelog 2020-11-23 19:40:26.000000000 +0000 +++ libpackage-stash-perl-0.40/debian/changelog 2022-02-25 17:43:59.000000000 +0000 @@ -1,3 +1,19 @@ +libpackage-stash-perl (0.40-1) unstable; urgency=medium + + [ Debian Janitor ] + * Remove constraints unnecessary since stretch: + + Build-Depends-Indep: Drop versioned constraint on libcpan-meta-check-perl. + + libpackage-stash-perl: Drop versioned constraint on + libmoosex-method-signatures-perl and libnamespace-clean-perl in Breaks. + + [ gregor herrmann ] + * Import upstream version 0.40. + * Update years of upstream and packaging copyright. + * Declare compliance with Debian Policy 4.6.0. + * Remove remaining Breaks on long removed or never packaged packages. + + -- gregor herrmann Fri, 25 Feb 2022 18:43:59 +0100 + libpackage-stash-perl (0.39-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru libpackage-stash-perl-0.39/debian/control libpackage-stash-perl-0.40/debian/control --- libpackage-stash-perl-0.39/debian/control 2020-11-23 19:40:26.000000000 +0000 +++ libpackage-stash-perl-0.40/debian/control 2022-02-25 17:43:59.000000000 +0000 @@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) -Build-Depends-Indep: libcpan-meta-check-perl (>= 0.011) , +Build-Depends-Indep: libcpan-meta-check-perl , libcpan-meta-requirements-perl , libextutils-hascompiler-perl, libmodule-implementation-perl , @@ -17,7 +17,7 @@ libtest-needs-perl , libtest-simple-perl , perl -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpackage-stash-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpackage-stash-perl.git Homepage: https://metacpan.org/release/Package-Stash @@ -30,10 +30,6 @@ libmodule-implementation-perl, libscalar-list-utils-perl Recommends: libpackage-stash-xs-perl -Breaks: libclass-mop-perl (<< 1.09~), - libmoosex-method-signatures-perl (<< 0.37~), - libmoosex-roles-withoverloading-perl (<< 0.09~), - libnamespace-clean-perl (<< 0.19~) Description: module providing routines for manipulating stashes Package::Stash is a Perl module that provides an interface for manipulating stashes (Perl's symbol tables). These operations are occasionally necessary, diff -Nru libpackage-stash-perl-0.39/debian/copyright libpackage-stash-perl-0.40/debian/copyright --- libpackage-stash-perl-0.39/debian/copyright 2020-11-23 19:40:26.000000000 +0000 +++ libpackage-stash-perl-0.40/debian/copyright 2022-02-25 17:43:59.000000000 +0000 @@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Package-Stash Files: * -Copyright: 2020, Jesse Luehrs +Copyright: 2022, Jesse Luehrs License: Artistic or GPL-1+ Files: inc/ExtUtils/HasCompiler.pm @@ -13,7 +13,7 @@ Files: debian/* Copyright: 2010, Ansgar Burchardt - 2010-2020, gregor herrmann + 2010-2022, gregor herrmann 2011, Jonathan Yu License: Artistic or GPL-1+ diff -Nru libpackage-stash-perl-0.39/inc/ExtUtils/HasCompiler.pm libpackage-stash-perl-0.40/inc/ExtUtils/HasCompiler.pm --- libpackage-stash-perl-0.39/inc/ExtUtils/HasCompiler.pm 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/inc/ExtUtils/HasCompiler.pm 2022-02-21 05:38:47.000000000 +0000 @@ -1,5 +1,5 @@ package ExtUtils::HasCompiler; -$ExtUtils::HasCompiler::VERSION = '0.022'; +$ExtUtils::HasCompiler::VERSION = '0.023'; use strict; use warnings; @@ -100,6 +100,7 @@ } else { my @extra; + my $inc = qq{"-I$incdir"}; if ($^O eq 'MSWin32') { my $lib = '-l' . ($libperl =~ /lib([^.]+)\./)[0]; push @extra, "$abs_basename.def", $lib, $perllibs; @@ -114,7 +115,10 @@ elsif ($^O eq 'android') { push @extra, qq{"-L$incdir"}, '-lperl', $perllibs; } - push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file}; + elsif ($^O eq 'darwin' && $config->get('perlpath') eq '/usr/bin/perl' && ($config->get('osvers') =~ /(\d+)/)[0] >= 18) { + $inc = qq{-iwithsysroot "$incdir"}; + } + push @commands, qq{$cc $ccflags $optimize $inc $cccdlflags -c $source_name -o $object_file}; push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra}; } @@ -222,7 +226,7 @@ =head1 VERSION -version 0.022 +version 0.023 =head1 SYNOPSIS diff -Nru libpackage-stash-perl-0.39/INSTALL libpackage-stash-perl-0.40/INSTALL --- libpackage-stash-perl-0.39/INSTALL 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/INSTALL 2022-02-21 05:38:47.000000000 +0000 @@ -21,8 +21,11 @@ ## Manual installation -As a last resort, you can manually install it. Download the tarball, untar it, -install configure prerequisites (see below), then build it: +As a last resort, you can manually install it. If you have not already +downloaded the release tarball, you can find the download link on the module's +MetaCPAN page: https://metacpan.org/pod/Package::Stash + +Untar the tarball, install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test diff -Nru libpackage-stash-perl-0.39/lib/Package/Stash/PP.pm libpackage-stash-perl-0.40/lib/Package/Stash/PP.pm --- libpackage-stash-perl-0.39/lib/Package/Stash/PP.pm 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/lib/Package/Stash/PP.pm 2022-02-21 05:38:47.000000000 +0000 @@ -3,7 +3,7 @@ use warnings; # ABSTRACT: Pure perl implementation of the Package::Stash API -our $VERSION = '0.39'; +our $VERSION = '0.40'; use B; use Carp qw(confess); @@ -428,7 +428,7 @@ =head1 VERSION -version 0.39 +version 0.40 =head1 SYNOPSIS @@ -438,6 +438,8 @@ This is a backend for L implemented in pure perl, for those without a compiler or who would like to use this inline in scripts. +=head1 BUGS + =for stopwords TODO =over 4 @@ -481,7 +483,7 @@ new remove_glob -=head1 BUGS +=head1 SUPPORT Bugs may be submitted through L (or L). @@ -493,7 +495,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Jesse Luehrs. +This software is copyright (c) 2022 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpackage-stash-perl-0.39/lib/Package/Stash.pm libpackage-stash-perl-0.40/lib/Package/Stash.pm --- libpackage-stash-perl-0.39/lib/Package/Stash.pm 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/lib/Package/Stash.pm 2022-02-21 05:38:47.000000000 +0000 @@ -1,10 +1,10 @@ -package Package::Stash; # git description: v0.38-23-gce01289 +package Package::Stash; # git description: v0.39-2-ga9a8cce use strict; use warnings; use 5.008001; # ABSTRACT: Routines for manipulating stashes -our $VERSION = '0.39'; +our $VERSION = '0.40'; our $IMPLEMENTATION; use Module::Implementation 0.06; @@ -44,7 +44,7 @@ =head1 VERSION -version 0.39 +version 0.40 =head1 SYNOPSIS @@ -205,35 +205,37 @@ # No problem, modifying a copy, not the original $Some::Namespace::name .= " world"; -=head1 SEE ALSO +=head1 BUGS / CAVEATS =over 4 -=item * L +=item * Prior to perl 5.10, scalar slots are only considered to exist if they are defined -This module is a factoring out of code that used to live here +This is due to a shortcoming within perl itself. See +L point 7 for more information. -=back +=item * GLOB and FORMAT variables are not (yet) accessible through this module. -=head1 HISTORY +=item * Also, see the BUGS section for the specific backends (L and L) -Based on code from L, by Stevan Little and the Moose -Cabal. +=back -=head1 BUGS / CAVEATS +=head1 SEE ALSO =over 4 -=item * Prior to perl 5.10, scalar slots are only considered to exist if they are defined +=item * L -This is due to a shortcoming within perl itself. See -L point 7 for more information. +This module is a factoring out of code that used to live here -=item * GLOB and FORMAT variables are not (yet) accessible through this module. +=back -=item * Also, see the BUGS section for the specific backends (L and L) +=head1 HISTORY -=back +Based on code from L, by Stevan Little and the Moose +Cabal. + +=head1 SUPPORT Bugs may be submitted through L (or L). @@ -254,7 +256,7 @@ =head1 CONTRIBUTORS -=for stopwords Karen Etheridge Carlos Lima Dave Rolsky Justin Hunter Christian Walde Kent Fredric Niko Tyni Renee Tim Bunce +=for stopwords Karen Etheridge Carlos Lima Christian Walde Dave Rolsky Justin Hunter Kent Fredric Niko Tyni Renee Tim Bunce =over 4 @@ -268,15 +270,15 @@ =item * -Dave Rolsky +Christian Walde =item * -Justin Hunter +Dave Rolsky =item * -Christian Walde +Justin Hunter =item * @@ -298,7 +300,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Jesse Luehrs. +This software is copyright (c) 2022 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libpackage-stash-perl-0.39/LICENSE libpackage-stash-perl-0.40/LICENSE --- libpackage-stash-perl-0.39/LICENSE 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/LICENSE 2022-02-21 05:38:47.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2020 by Jesse Luehrs. +This software is copyright (c) 2022 by Jesse Luehrs. 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) 2020 by Jesse Luehrs. +This software is Copyright (c) 2022 by Jesse Luehrs. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2020 by Jesse Luehrs. +This software is Copyright (c) 2022 by Jesse Luehrs. 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 libpackage-stash-perl-0.39/Makefile.PL libpackage-stash-perl-0.40/Makefile.PL --- libpackage-stash-perl-0.39/Makefile.PL 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/Makefile.PL 2022-02-21 05:38:47.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; @@ -45,7 +45,7 @@ "base" => 0, "lib" => 0 }, - "VERSION" => "0.39", + "VERSION" => "0.40", "test" => { "TESTS" => "t/*.t t/impl-selection/*.t" } diff -Nru libpackage-stash-perl-0.39/MANIFEST libpackage-stash-perl-0.40/MANIFEST --- libpackage-stash-perl-0.39/MANIFEST 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/MANIFEST 2022-02-21 05:38:47.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. CONTRIBUTING Changes INSTALL @@ -45,7 +45,6 @@ t/warnings.t t/zzz-check-breaks.t xt/author/00-compile.t -xt/author/changes_has_content.t xt/author/distmeta.t xt/author/eol.t xt/author/kwalitee.t diff -Nru libpackage-stash-perl-0.39/META.json libpackage-stash-perl-0.40/META.json --- libpackage-stash-perl-0.39/META.json 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/META.json 2022-02-21 05:38:47.000000000 +0000 @@ -5,7 +5,7 @@ "Jesse Luehrs " ], "dynamic_config" : 1, - "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" ], @@ -31,7 +31,7 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.159", + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.162", "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007" }, "requires" : { @@ -182,11 +182,11 @@ "provides" : { "Package::Stash" : { "file" : "lib/Package/Stash.pm", - "version" : "0.39" + "version" : "0.40" }, "Package::Stash::PP" : { "file" : "lib/Package/Stash/PP.pm", - "version" : "0.39" + "version" : "0.40" } }, "release_status" : "stable", @@ -202,10 +202,10 @@ "web" : "https://github.com/moose/Package-Stash" } }, - "version" : "0.39", + "version" : "0.40", "x_Dist_Zilla" : { "perl" : { - "version" : "5.033004" + "version" : "5.035008" }, "plugins" : [ { @@ -217,7 +217,7 @@ } }, "name" : "@Author::ETHER/pluginbundle version", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -239,12 +239,12 @@ { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::ETHER/ExecDir", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -268,32 +268,32 @@ } }, "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ETHER/License", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", @@ -313,7 +313,7 @@ } }, "name" : "@Author::ETHER/generate CONTRIBUTING", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", @@ -324,7 +324,7 @@ } }, "name" : "@Author::ETHER/InstallGuide", - "version" : "1.200013" + "version" : "1.200014" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -388,7 +388,7 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ETHER/MetaTests", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -401,25 +401,6 @@ "version" : "0.012" }, { - "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", - "config" : { - "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { - "destination_filename" : "xt/author/changes_has_content.t", - "dist" : "Dist-Zilla-PluginBundle-Author-ETHER", - "encoding" : "UTF-8", - "location" : "build", - "source_filename" : "changes_has_content.t" - }, - "Dist::Zilla::Role::RepoFileInjector" : { - "allow_overwrite" : 1, - "repo_root" : ".", - "version" : "0.009" - } - }, - "name" : "@Author::ETHER/generate xt/author/changes_has_content.t", - "version" : "0.014" - }, - { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", "name" : "@Author::ETHER/Test::ChangesHasContent", "version" : "0.011" @@ -437,7 +418,7 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", @@ -516,107 +497,102 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@Author::ETHER/EnsurePod5", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@Author::ETHER/H1Nester", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Author::ETHER/SingleEncoding", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/List", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/Verbatim", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/header", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Author::ETHER/Name", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Author::ETHER/Version", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/prelude", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TYPES", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Author::ETHER/Leftovers", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/postlude", - "version" : "4.015" + "version" : "4.018" }, { "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" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@Author::ETHER/Authors", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::AllowOverride", @@ -631,12 +607,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@Author::ETHER/Legal", - "version" : "4.015" + "version" : "4.018" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/footer", - "version" : "4.015" + "version" : "4.018" } ] } @@ -662,7 +638,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -675,7 +651,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.017" + "version" : "6.024" } ], "include_underscores" : 0 @@ -697,7 +673,7 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -722,7 +698,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", @@ -743,7 +719,7 @@ } }, "name" : "@Author::ETHER/pod_weaving", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -753,13 +729,13 @@ } }, "name" : "@Author::ETHER/MakeMaker", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "include_authors" : 0, "include_releaser" : 1, "order_by" : "commits", @@ -767,7 +743,7 @@ } }, "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.035" + "version" : "0.036" }, { "class" : "Dist::Zilla::Plugin::StaticInstall", @@ -850,7 +826,7 @@ "class" : "Dist::Zilla::Plugin::EnsureLatestPerl", "config" : { "Dist::Zilla::Plugin::EnsureLatestPerl" : { - "Module::CoreList" : "5.20201120" + "Module::CoreList" : "5.20220120" } }, "name" : "@Author::ETHER/EnsureLatestPerl", @@ -883,18 +859,18 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." } }, "name" : "@Author::ETHER/initial check", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." } }, @@ -905,7 +881,7 @@ "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." } }, @@ -920,12 +896,12 @@ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.020" + "version" : "0.021" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -939,12 +915,12 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." } }, "name" : "@Author::ETHER/after tests", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", @@ -954,7 +930,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -992,7 +968,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", @@ -1051,7 +1027,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -1059,7 +1035,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/release snapshot", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -1068,12 +1044,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.39", + "tag" : "v0.40", "tag_format" : "v%V", "tag_message" : "v%v%t" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -1081,14 +1057,13 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", "config" : { "Dist::Zilla::Plugin::BumpVersionAfterRelease" : { "finders" : [ - ":ExecFiles", ":InstallModules" ], "global" : 1, @@ -1102,7 +1077,7 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::ETHER/@Git::VersionManager/NextRelease", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -1124,7 +1099,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -1132,7 +1107,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/post-release commit", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1143,7 +1118,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -1155,12 +1130,12 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.28.0", + "git_version" : "2.34.1", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::Push", - "version" : "2.047" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::GitHub::Update", @@ -1170,7 +1145,7 @@ } }, "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.47" + "version" : "0.48" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1205,7 +1180,7 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1216,7 +1191,7 @@ } }, "name" : "@Author::ETHER/prereqs for @Author::ETHER", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::DynamicPrereqs", @@ -1238,7 +1213,7 @@ } }, "name" : "TestRequires", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1249,7 +1224,7 @@ } }, "name" : "RuntimeRecommends", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1260,7 +1235,7 @@ } }, "name" : "DevelopRequires", - "version" : "6.017" + "version" : "6.024" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Soften", @@ -1306,52 +1281,52 @@ { "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::VerifyPhases", @@ -1364,7 +1339,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.017" + "version" : "6.024" } }, "x_authority" : "cpan:STEVAN", @@ -1377,16 +1352,16 @@ "x_contributors" : [ "Karen Etheridge ", "Carlos Lima ", + "Christian Walde ", "Dave Rolsky ", "Justin Hunter ", - "Christian Walde ", "Kent Fredric ", "Niko Tyni ", "Renee ", "Tim Bunce " ], - "x_generated_by_perl" : "v5.33.4", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.25", + "x_generated_by_perl" : "v5.35.8", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.27", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", "x_use_unsafe_inc" : 0 } diff -Nru libpackage-stash-perl-0.39/META.yml libpackage-stash-perl-0.40/META.yml --- libpackage-stash-perl-0.39/META.yml 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/META.yml 2022-02-21 05:38:47.000000000 +0000 @@ -20,7 +20,7 @@ Text::ParseWords: '0' perl: '5.008001' dynamic_config: 1 -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 @@ -33,10 +33,10 @@ provides: Package::Stash: file: lib/Package/Stash.pm - version: '0.39' + version: '0.40' Package::Stash::PP: file: lib/Package/Stash/PP.pm - version: '0.39' + version: '0.40' recommends: Package::Stash::XS: '0.26' requires: @@ -55,10 +55,10 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Stash homepage: https://github.com/moose/Package-Stash repository: https://github.com/moose/Package-Stash.git -version: '0.39' +version: '0.40' x_Dist_Zilla: perl: - version: '5.033004' + version: '5.035008' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -67,7 +67,7 @@ phase: develop type: recommends name: '@Author::ETHER/pluginbundle version' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -84,11 +84,11 @@ - class: Dist::Zilla::Plugin::ExecDir name: '@Author::ETHER/ExecDir' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -107,27 +107,27 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@Author::ETHER/Git::GatherDir' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::License name: '@Author::ETHER/License' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::GenerateFile::FromShareDir config: @@ -143,7 +143,7 @@ repo_root: . version: '0.009' name: '@Author::ETHER/generate CONTRIBUTING' - version: '0.014' + version: '0.015' - class: Dist::Zilla::Plugin::InstallGuide config: @@ -151,7 +151,7 @@ Module::Metadata: '1.000037' version: '0.006' name: '@Author::ETHER/InstallGuide' - version: '1.200013' + version: '1.200014' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -201,7 +201,7 @@ - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ETHER/MetaTests' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Test::CPAN::Changes config: @@ -210,21 +210,6 @@ name: '@Author::ETHER/Test::CPAN::Changes' version: '0.012' - - class: Dist::Zilla::Plugin::GenerateFile::FromShareDir - config: - Dist::Zilla::Plugin::GenerateFile::FromShareDir: - destination_filename: xt/author/changes_has_content.t - dist: Dist-Zilla-PluginBundle-Author-ETHER - encoding: UTF-8 - location: build - source_filename: changes_has_content.t - Dist::Zilla::Role::RepoFileInjector: - allow_overwrite: 1 - repo_root: . - version: '0.009' - name: '@Author::ETHER/generate xt/author/changes_has_content.t' - version: '0.014' - - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@Author::ETHER/Test::ChangesHasContent' version: '0.011' @@ -238,7 +223,7 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Test::PodSpelling config: @@ -299,87 +284,83 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@Author::ETHER/EnsurePod5' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::H1Nester name: '@Author::ETHER/H1Nester' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Author::ETHER/SingleEncoding' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/List' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/Verbatim' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/header' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Name name: '@Author::ETHER/Name' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Version name: '@Author::ETHER/Version' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/prelude' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Collect name: TYPES - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Leftovers name: '@Author::ETHER/Leftovers' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/postlude' - version: '4.015' + version: '4.018' - 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' + version: '4.018' - class: Pod::Weaver::Section::Authors name: '@Author::ETHER/Authors' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::AllowOverride name: '@Author::ETHER/allow override AUTHOR' @@ -391,11 +372,11 @@ - class: Pod::Weaver::Section::Legal name: '@Author::ETHER/Legal' - version: '4.015' + version: '4.018' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/footer' - version: '4.015' + version: '4.018' name: '@Author::ETHER/SurgicalPodWeaver' version: '0.0023' - @@ -413,7 +394,7 @@ - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::ETHER/MetaNoIndex' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -424,7 +405,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.017' + version: '6.024' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -439,7 +420,7 @@ - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Keywords config: @@ -457,7 +438,7 @@ - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' @@ -473,25 +454,25 @@ phase: x_Dist_Zilla type: requires name: '@Author::ETHER/pod_weaving' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.28.0 + git_version: 2.34.1 include_authors: 0 include_releaser: 1 order_by: commits paths: [] name: '@Author::ETHER/Git::Contributors' - version: '0.035' + version: '0.036' - class: Dist::Zilla::Plugin::StaticInstall config: @@ -552,7 +533,7 @@ class: Dist::Zilla::Plugin::EnsureLatestPerl config: Dist::Zilla::Plugin::EnsureLatestPerl: - Module::CoreList: '5.20201120' + Module::CoreList: '5.20220120' name: '@Author::ETHER/EnsureLatestPerl' version: '0.008' - @@ -577,15 +558,15 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . name: '@Author::ETHER/initial check' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . name: '@Author::ETHER/Git::CheckFor::MergeConflicts' version: '0.014' @@ -593,7 +574,7 @@ class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . name: '@Author::ETHER/Git::CheckFor::CorrectBranch' version: '0.014' @@ -604,11 +585,11 @@ - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.020' + version: '0.021' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Git::Check config: @@ -619,10 +600,10 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . name: '@Author::ETHER/after tests' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' @@ -630,7 +611,7 @@ - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: @@ -658,7 +639,7 @@ phase: develop type: recommends name: '@Author::ETHER/@Git::VersionManager/pluginbundle version' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: @@ -692,7 +673,7 @@ add_files_in: - . commit_msg: '%N-%v%t%n%n%c' - signoff: '0' + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - CONTRIBUTING @@ -703,12 +684,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/@Git::VersionManager/release snapshot' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -716,22 +697,21 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.39 + tag: v0.40 tag_format: v%V tag_message: v%v%t Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/@Git::VersionManager/Git::Tag' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: Dist::Zilla::Plugin::BumpVersionAfterRelease: finders: - - ':ExecFiles' - ':InstallModules' global: 1 munge_makefile_pl: 1 @@ -741,14 +721,14 @@ - class: Dist::Zilla::Plugin::NextRelease name: '@Author::ETHER/@Git::VersionManager/NextRelease' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: 'increment $VERSION after %v release' - signoff: '0' + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Build.PL @@ -758,12 +738,12 @@ - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/@Git::VersionManager/post-release commit' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::Prereqs config: @@ -771,7 +751,7 @@ phase: x_Dist_Zilla type: requires name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Git::Push config: @@ -780,17 +760,17 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: - git_version: 2.28.0 + git_version: 2.34.1 repo_root: . name: '@Author::ETHER/Git::Push' - version: '2.047' + version: '2.048' - class: Dist::Zilla::Plugin::GitHub::Update config: Dist::Zilla::Plugin::GitHub::Update: metacpan: 1 name: '@Author::ETHER/GitHub::Update' - version: '0.47' + version: '0.48' - class: Dist::Zilla::Plugin::Run::AfterRelease config: @@ -816,7 +796,7 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Prereqs config: @@ -824,7 +804,7 @@ phase: x_Dist_Zilla type: requires name: '@Author::ETHER/prereqs for @Author::ETHER' - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::DynamicPrereqs config: @@ -840,7 +820,7 @@ phase: test type: requires name: TestRequires - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Prereqs config: @@ -848,7 +828,7 @@ phase: runtime type: recommends name: RuntimeRecommends - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Prereqs config: @@ -856,7 +836,7 @@ phase: develop type: requires name: DevelopRequires - version: '6.017' + version: '6.024' - class: Dist::Zilla::Plugin::Prereqs::Soften config: @@ -890,43 +870,43 @@ - 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::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' @@ -935,7 +915,7 @@ class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.017' + version: '6.024' x_authority: cpan:STEVAN x_breaks: Class::MOP: '<= 1.08' @@ -945,14 +925,14 @@ x_contributors: - 'Karen Etheridge ' - 'Carlos Lima ' + - 'Christian Walde ' - 'Dave Rolsky ' - 'Justin Hunter ' - - 'Christian Walde ' - 'Kent Fredric ' - 'Niko Tyni ' - 'Renee ' - 'Tim Bunce ' -x_generated_by_perl: v5.33.4 +x_generated_by_perl: v5.35.8 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' x_use_unsafe_inc: 0 diff -Nru libpackage-stash-perl-0.39/README libpackage-stash-perl-0.40/README --- libpackage-stash-perl-0.39/README 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/README 2022-02-21 05:38:47.000000000 +0000 @@ -1,12 +1,12 @@ This archive contains the distribution Package-Stash, -version 0.39: +version 0.40: Routines for manipulating stashes -This software is copyright (c) 2020 by Jesse Luehrs. +This software is copyright (c) 2022 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.017. +This README file was generated by Dist::Zilla::Plugin::Readme v6.024. diff -Nru libpackage-stash-perl-0.39/t/00-report-prereqs.dd libpackage-stash-perl-0.40/t/00-report-prereqs.dd --- libpackage-stash-perl-0.39/t/00-report-prereqs.dd 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/t/00-report-prereqs.dd 2022-02-21 05:38:47.000000000 +0000 @@ -9,7 +9,7 @@ }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.159', + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.162', 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007' }, 'requires' => { diff -Nru libpackage-stash-perl-0.39/xt/author/changes_has_content.t libpackage-stash-perl-0.40/xt/author/changes_has_content.t --- libpackage-stash-perl-0.39/xt/author/changes_has_content.t 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/xt/author/changes_has_content.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -use strict; -use warnings; - -use Test::More; -plan skip_all => 'xt/release/changes_has_content.t is missing' if not -e 'xt/release/changes_has_content.t'; - -# skip for master branch, only for travis -if (($ENV{TRAVIS_PULL_REQUEST} || '') eq 'false') { - chomp(my $branch_name = ($ENV{TRAVIS_BRANCH} || `git rev-parse --abbrev-ref HEAD`)); - $TODO = 'Changes need not have content for this release yet if this is only the '.$1.' branch' - if ($branch_name || '') =~ /^(master|devel)$/; -} - -do './xt/release/changes_has_content.t'; -die $@ if $@; diff -Nru libpackage-stash-perl-0.39/xt/author/eol.t libpackage-stash-perl-0.40/xt/author/eol.t --- libpackage-stash-perl-0.39/xt/author/eol.t 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/xt/author/eol.t 2022-02-21 05:38:47.000000000 +0000 @@ -42,7 +42,6 @@ 't/warnings.t', 't/zzz-check-breaks.t', 'xt/author/00-compile.t', - 'xt/author/changes_has_content.t', 'xt/author/distmeta.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', diff -Nru libpackage-stash-perl-0.39/xt/author/no-tabs.t libpackage-stash-perl-0.40/xt/author/no-tabs.t --- libpackage-stash-perl-0.39/xt/author/no-tabs.t 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/xt/author/no-tabs.t 2022-02-21 05:38:47.000000000 +0000 @@ -42,7 +42,6 @@ 't/warnings.t', 't/zzz-check-breaks.t', 'xt/author/00-compile.t', - 'xt/author/changes_has_content.t', 'xt/author/distmeta.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', diff -Nru libpackage-stash-perl-0.39/xt/release/changes_has_content.t libpackage-stash-perl-0.40/xt/release/changes_has_content.t --- libpackage-stash-perl-0.39/xt/release/changes_has_content.t 2020-11-22 01:26:52.000000000 +0000 +++ libpackage-stash-perl-0.40/xt/release/changes_has_content.t 2022-02-21 05:38:47.000000000 +0000 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.39'; +my $newver = '0.40'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';