diff -Nru libclass-method-modifiers-perl-2.13/Changes libclass-method-modifiers-perl-2.14/Changes --- libclass-method-modifiers-perl-2.13/Changes 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/Changes 2023-01-16 21:26:07.000000000 +0000 @@ -1,5 +1,9 @@ Revision history for Class-Method-Modifiers +2.14 2023-01-16 21:26:04Z + - remove Test::Fatal and Test::Needs from test prereqs (PRs #7, #8, + Graham Knop) + 2.13 2019-08-10 00:18:50Z - bypass prototypes when testing for lvalue attribute - fixed a class name in tests to avoid conflicting with a core module diff -Nru libclass-method-modifiers-perl-2.13/CONTRIBUTING libclass-method-modifiers-perl-2.14/CONTRIBUTING --- libclass-method-modifiers-perl-2.13/CONTRIBUTING 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/CONTRIBUTING 2023-01-16 21:26:07.000000000 +0000 @@ -72,7 +72,9 @@ You can learn more about Dist::Zilla at http://dzil.org/. The code for this distribution is hosted at GitHub. The repository is: + https://github.com/moose/Class-Method-Modifiers + You can submit code changes by forking the repository, pushing your code changes to your clone, and then submitting a pull request. Please include a suitable end-user-oriented entry in the Changes file describing your change. @@ -99,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.149. +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 libclass-method-modifiers-perl-2.13/debian/changelog libclass-method-modifiers-perl-2.14/debian/changelog --- libclass-method-modifiers-perl-2.13/debian/changelog 2022-08-28 12:44:17.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/debian/changelog 2023-01-21 17:35:02.000000000 +0000 @@ -1,3 +1,14 @@ +libclass-method-modifiers-perl (2.14-1) unstable; urgency=medium + + * Team upload + + * Import upstream version 2.14. + * Drop now-obsolete build-dependencies on Moose, Test::Fatal and Test::Needs + * Declare compliance with Debian Policy 4.6.2 + * Update upstream metadata (drop Homepage field) + + -- Florian Schlichting Sat, 21 Jan 2023 18:35:02 +0100 + libclass-method-modifiers-perl (2.13-2) unstable; urgency=medium [ Debian Janitor ] diff -Nru libclass-method-modifiers-perl-2.13/debian/control libclass-method-modifiers-perl-2.14/debian/control --- libclass-method-modifiers-perl-2.13/debian/control 2022-08-28 12:44:17.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/debian/control 2023-01-21 17:34:30.000000000 +0000 @@ -7,11 +7,8 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) -Build-Depends-Indep: libmoose-perl, - libtest-fatal-perl, - libtest-needs-perl, - perl -Standards-Version: 4.5.1 +Build-Depends-Indep: perl +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-method-modifiers-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-method-modifiers-perl.git diff -Nru libclass-method-modifiers-perl-2.13/debian/upstream/metadata libclass-method-modifiers-perl-2.14/debian/upstream/metadata --- libclass-method-modifiers-perl-2.13/debian/upstream/metadata 2022-08-28 12:44:17.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/debian/upstream/metadata 2023-01-21 17:35:02.000000000 +0000 @@ -2,6 +2,5 @@ Archive: CPAN Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Method-Modifiers Bug-Submit: bug-Class-Method-Modifiers@rt.cpan.org -Homepage: https://github.com/moose/Class-Method-Modifiers Repository: https://github.com/moose/Class-Method-Modifiers.git Repository-Browse: https://github.com/moose/Class-Method-Modifiers diff -Nru libclass-method-modifiers-perl-2.13/dist.ini libclass-method-modifiers-perl-2.14/dist.ini --- libclass-method-modifiers-perl-2.13/dist.ini 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/dist.ini 2023-01-16 21:26:07.000000000 +0000 @@ -23,7 +23,6 @@ [Prereqs / DevelopRequires] Test::Warnings = 0 -Moose = 0 Perl::MinimumVersion = 1.35 ; for RT#89173 [OnlyCorePrereqs] diff -Nru libclass-method-modifiers-perl-2.13/INSTALL libclass-method-modifiers-perl-2.14/INSTALL --- libclass-method-modifiers-perl-2.13/INSTALL 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/INSTALL 2023-01-16 21:26:07.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/Class::Method::Modifiers + +Untar the tarball, install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test diff -Nru libclass-method-modifiers-perl-2.13/lib/Class/Method/Modifiers.pm libclass-method-modifiers-perl-2.14/lib/Class/Method/Modifiers.pm --- libclass-method-modifiers-perl-2.13/lib/Class/Method/Modifiers.pm 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/lib/Class/Method/Modifiers.pm 2023-01-16 21:26:07.000000000 +0000 @@ -1,11 +1,11 @@ use strict; use warnings; -package Class::Method::Modifiers; # git description: v2.12-17-gbc38636 +package Class::Method::Modifiers; # git description: v2.13-4-g6e49964 # ABSTRACT: Provides Moose-like method modifiers # KEYWORDS: method wrap modification patch # vim: set ts=8 sts=4 sw=4 tw=115 et : -our $VERSION = '2.13'; +our $VERSION = '2.14'; use base 'Exporter'; @@ -234,7 +234,7 @@ =head1 VERSION -version 2.13 +version 2.14 =head1 SYNOPSIS @@ -515,7 +515,7 @@ =head1 CONTRIBUTORS -=for stopwords Karen Etheridge Shawn M Moore Graham Knop Aaron Crane Peter Rabbitson Justin Hunter David Steinbrunner gfx mannih +=for stopwords Karen Etheridge Shawn M Moore Graham Knop Aaron Crane Peter Rabbitson David Steinbrunner gfx Justin Hunter mannih =over 4 @@ -541,15 +541,15 @@ =item * -Justin Hunter +David Steinbrunner =item * -David Steinbrunner +gfx =item * -gfx +Justin Hunter =item * diff -Nru libclass-method-modifiers-perl-2.13/LICENSE libclass-method-modifiers-perl-2.14/LICENSE --- libclass-method-modifiers-perl-2.13/LICENSE 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/LICENSE 2023-01-16 21:26:07.000000000 +0000 @@ -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 libclass-method-modifiers-perl-2.13/Makefile.PL libclass-method-modifiers-perl-2.14/Makefile.PL --- libclass-method-modifiers-perl-2.13/Makefile.PL 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/Makefile.PL 2023-01-16 21:26:07.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.013. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029. use strict; use warnings; @@ -27,12 +27,10 @@ "TEST_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, - "Test::Fatal" => 0, "Test::More" => "0.88", - "Test::Needs" => 0, "if" => 0 }, - "VERSION" => "2.13", + "VERSION" => "2.14", "test" => { "TESTS" => "t/*.t" } @@ -45,9 +43,7 @@ "Exporter" => 0, "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, - "Test::Fatal" => 0, "Test::More" => "0.88", - "Test::Needs" => 0, "base" => 0, "if" => 0, "strict" => 0, diff -Nru libclass-method-modifiers-perl-2.13/MANIFEST libclass-method-modifiers-perl-2.14/MANIFEST --- libclass-method-modifiers-perl-2.13/MANIFEST 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/MANIFEST 2023-01-16 21:26:07.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.013. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029. CONTRIBUTING Changes INSTALL @@ -41,8 +41,8 @@ t/130-clean-underscore.t t/140-lvalue.t xt/author/00-compile.t -xt/author/changes_has_content.t xt/author/clean-namespaces.t +xt/author/distmeta.t xt/author/eol.t xt/author/kwalitee.t xt/author/minimum-version.t @@ -54,4 +54,3 @@ xt/author/portability.t xt/release/changes_has_content.t xt/release/cpan-changes.t -xt/release/distmeta.t diff -Nru libclass-method-modifiers-perl-2.13/META.json libclass-method-modifiers-perl-2.14/META.json --- libclass-method-modifiers-perl-2.13/META.json 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/META.json 2023-01-16 21:26:07.000000000 +0000 @@ -4,7 +4,7 @@ "Shawn M Moore " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.013, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010", "keywords" : [ "method", "wrap", @@ -34,7 +34,7 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.149", + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.162", "Dist::Zilla::PluginBundle::Git::VersionManager" : "0.007" }, "requires" : { @@ -42,7 +42,6 @@ "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", - "Moose" : "0", "Perl::MinimumVersion" : "1.35", "Pod::Coverage::TrustPod" : "0", "Pod::Wordlist" : "0", @@ -81,9 +80,7 @@ "requires" : { "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", - "Test::Fatal" : "0", "Test::More" : "0.88", - "Test::Needs" : "0", "if" : "0", "perl" : "5.006" } @@ -134,13 +131,13 @@ "Dist::Zilla::Plugin::OnlyCorePrereqs" : "0", "Dist::Zilla::Plugin::PodCoverageTests" : "5.040", "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040", - "Dist::Zilla::Plugin::PodWeaver" : "4.005", + "Dist::Zilla::Plugin::PodWeaver" : "4.008", "Dist::Zilla::Plugin::Prereqs" : "0", "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", "Dist::Zilla::Plugin::PromptIfStale" : "0", "Dist::Zilla::Plugin::Readme" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180", - "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004", + "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.006", "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041", "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038", "Dist::Zilla::Plugin::RunExtraTests" : "0.024", @@ -168,7 +165,7 @@ "provides" : { "Class::Method::Modifiers" : { "file" : "lib/Class/Method/Modifiers.pm", - "version" : "2.13" + "version" : "2.14" } }, "release_status" : "stable", @@ -184,10 +181,10 @@ "web" : "https://github.com/moose/Class-Method-Modifiers" } }, - "version" : "2.13", + "version" : "2.14", "x_Dist_Zilla" : { "perl" : { - "version" : "5.031002" + "version" : "5.037007" }, "plugins" : [ { @@ -199,7 +196,7 @@ } }, "name" : "@Author::ETHER/pluginbundle version", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -216,12 +213,12 @@ } }, "name" : "@Author::ETHER/stale modules, build", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -245,32 +242,32 @@ } }, "name" : "@Author::ETHER/Git::GatherDir", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ETHER/License", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", @@ -290,18 +287,18 @@ } }, "name" : "@Author::ETHER/generate CONTRIBUTING", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", "config" : { "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000036", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, "name" : "@Author::ETHER/InstallGuide", - "version" : "1.200013" + "version" : "1.200014" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -365,7 +362,7 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ETHER/MetaTests", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -378,25 +375,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" @@ -414,12 +392,12 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::ETHER/PodCoverageTests", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", @@ -461,7 +439,7 @@ { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::ETHER/Test::ReportPrereqs", - "version" : "0.027" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", @@ -471,7 +449,7 @@ } }, "name" : "@Author::ETHER/Test::Portability", - "version" : "2.001000" + "version" : "2.001001" }, { "class" : "Dist::Zilla::Plugin::Test::CleanNamespaces", @@ -487,7 +465,7 @@ { "class" : "Dist::Zilla::Plugin::Git::Describe", "name" : "@Author::ETHER/Git::Describe", - "version" : "0.007" + "version" : "0.008" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -498,113 +476,108 @@ ], "finder" : [ ":InstallModules", - ":ExecFiles" + ":PerlExecFiles" ], "plugins" : [ { "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", @@ -619,18 +592,18 @@ { "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/PodWeaver", - "version" : "4.008" + "version" : "4.010" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -650,7 +623,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -663,7 +636,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.013" + "version" : "6.029" } ], "include_underscores" : 0 @@ -675,7 +648,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000036", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -685,7 +658,7 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -710,17 +683,17 @@ } }, "name" : "@Author::ETHER/UseUnsafeInc", - "version" : "0.001" + "version" : "0.002" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::ETHER/Prereqs::AuthorDeps", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -735,13 +708,13 @@ } }, "name" : "@Author::ETHER/MakeMaker", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "include_authors" : 0, "include_releaser" : 1, "order_by" : "commits", @@ -749,7 +722,7 @@ } }, "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.035" + "version" : "0.036" }, { "class" : "Dist::Zilla::Plugin::StaticInstall", @@ -781,7 +754,7 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000036", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -832,11 +805,11 @@ "class" : "Dist::Zilla::Plugin::EnsureLatestPerl", "config" : { "Dist::Zilla::Plugin::EnsureLatestPerl" : { - "Module::CoreList" : "5.20190720" + "Module::CoreList" : "5.20221220" } }, "name" : "@Author::ETHER/EnsureLatestPerl", - "version" : "0.008" + "version" : "0.010" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -851,7 +824,7 @@ } }, "name" : "@Author::ETHER/stale modules, release", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -865,18 +838,18 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." } }, "name" : "@Author::ETHER/initial check", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." } }, @@ -887,7 +860,7 @@ "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", "config" : { "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." } }, @@ -902,12 +875,12 @@ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.020" + "version" : "0.022" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -921,22 +894,22 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." } }, "name" : "@Author::ETHER/after tests", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::CheckIssues", "name" : "@Author::ETHER/CheckIssues", - "version" : "0.010" + "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -974,7 +947,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/pluginbundle version", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", @@ -1018,7 +991,8 @@ "add_files_in" : [ "." ], - "commit_msg" : "%N-%v%t%n%n%c" + "commit_msg" : "%N-%v%t%n%n%c", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -1032,7 +1006,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -1040,7 +1014,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/release snapshot", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -1049,12 +1023,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v2.13", + "tag" : "v2.14", "tag_format" : "v%V", "tag_message" : "v%v%t" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -1062,14 +1036,13 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/Git::Tag", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional", "config" : { "Dist::Zilla::Plugin::BumpVersionAfterRelease" : { "finders" : [ - ":ExecFiles", ":InstallModules" ], "global" : 1, @@ -1083,14 +1056,15 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::ETHER/@Git::VersionManager/NextRelease", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "increment $VERSION after %v release" + "commit_msg" : "increment $VERSION after %v release", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -1104,7 +1078,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -1112,7 +1086,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/post-release commit", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1123,7 +1097,7 @@ } }, "name" : "@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -1135,12 +1109,12 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.22.0", + "git_version" : "2.38.2", "repo_root" : "." } }, "name" : "@Author::ETHER/Git::Push", - "version" : "2.046" + "version" : "2.048" }, { "class" : "Dist::Zilla::Plugin::GitHub::Update", @@ -1150,7 +1124,7 @@ } }, "name" : "@Author::ETHER/GitHub::Update", - "version" : "0.47" + "version" : "0.48" }, { "class" : "Dist::Zilla::Plugin::Run::AfterRelease", @@ -1185,7 +1159,7 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1196,7 +1170,7 @@ } }, "name" : "@Author::ETHER/prereqs for @Author::ETHER", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1207,7 +1181,7 @@ } }, "name" : "RuntimeRequires", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1218,7 +1192,7 @@ } }, "name" : "DevelopRequires", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::OnlyCorePrereqs", @@ -1242,52 +1216,52 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.013" + "version" : "6.029" }, { "class" : "Dist::Zilla::Plugin::VerifyPhases", @@ -1300,7 +1274,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.013" + "version" : "6.029" } }, "x_authority" : "cpan:SARTAK", @@ -1310,13 +1284,13 @@ "Graham Knop ", "Aaron Crane ", "Peter Rabbitson ", - "Justin Hunter ", "David Steinbrunner ", "gfx ", + "Justin Hunter ", "mannih " ], - "x_generated_by_perl" : "v5.31.2", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.12", + "x_generated_by_perl" : "v5.37.7", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.32", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later", "x_use_unsafe_inc" : 0 } diff -Nru libclass-method-modifiers-perl-2.13/META.yml libclass-method-modifiers-perl-2.14/META.yml --- libclass-method-modifiers-perl-2.13/META.yml 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/META.yml 2023-01-16 21:26:07.000000000 +0000 @@ -5,16 +5,14 @@ build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' - Test::Fatal: '0' Test::More: '0.88' - Test::Needs: '0' if: '0' perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.013, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010' keywords: - method - wrap @@ -32,7 +30,7 @@ provides: Class::Method::Modifiers: file: lib/Class/Method/Modifiers.pm - version: '2.13' + version: '2.14' requires: B: '0' Carp: '0' @@ -45,10 +43,10 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Method-Modifiers homepage: https://github.com/moose/Class-Method-Modifiers repository: https://github.com/moose/Class-Method-Modifiers.git -version: '2.13' +version: '2.14' x_Dist_Zilla: perl: - version: '5.031002' + version: '5.037007' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -57,7 +55,7 @@ phase: develop type: recommends name: '@Author::ETHER/pluginbundle version' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -70,11 +68,11 @@ run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, build' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -93,27 +91,27 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@Author::ETHER/Git::GatherDir' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::License name: '@Author::ETHER/License' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::GenerateFile::FromShareDir config: @@ -129,20 +127,20 @@ repo_root: . version: '0.009' name: '@Author::ETHER/generate CONTRIBUTING' - version: '0.014' + version: '0.015' - class: Dist::Zilla::Plugin::InstallGuide config: Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000036' + Module::Metadata: '1.000037' version: '0.006' name: '@Author::ETHER/InstallGuide' - version: '1.200013' + version: '1.200014' - class: Dist::Zilla::Plugin::Test::Compile config: Dist::Zilla::Plugin::Test::Compile: - bail_out_on_fail: '1' + bail_out_on_fail: 1 fail_on_warning: author fake_home: 0 filename: xt/author/00-compile.t @@ -187,7 +185,7 @@ - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ETHER/MetaTests' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Test::CPAN::Changes config: @@ -196,21 +194,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' @@ -224,11 +207,11 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::ETHER/PodCoverageTests' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Test::PodSpelling config: @@ -260,14 +243,14 @@ - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::ETHER/Test::ReportPrereqs' - version: '0.027' + version: '0.029' - class: Dist::Zilla::Plugin::Test::Portability config: Dist::Zilla::Plugin::Test::Portability: options: '' name: '@Author::ETHER/Test::Portability' - version: '2.001000' + version: '2.001001' - class: Dist::Zilla::Plugin::Test::CleanNamespaces config: @@ -279,7 +262,7 @@ - class: Dist::Zilla::Plugin::Git::Describe name: '@Author::ETHER/Git::Describe' - version: '0.007' + version: '0.008' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -288,92 +271,88 @@ - '@Author::ETHER' finder: - ':InstallModules' - - ':ExecFiles' + - ':PerlExecFiles' plugins: - 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' @@ -385,13 +364,13 @@ - 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/PodWeaver' - version: '4.008' + version: '4.010' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::ETHER/GithubMeta' @@ -407,7 +386,7 @@ - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::ETHER/MetaNoIndex' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -418,22 +397,22 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.013' + version: '6.029' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' - inherit_missing: '0' - inherit_version: '0' - meta_noindex: '1' + inherit_missing: 0 + inherit_version: 0 + meta_noindex: 1 Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000036' + Module::Metadata: '1.000037' version: '0.006' name: '@Author::ETHER/MetaProvides::Package' version: '2.004003' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Keywords config: @@ -451,15 +430,15 @@ Dist::Zilla::Plugin::UseUnsafeInc: dot_in_INC: 0 name: '@Author::ETHER/UseUnsafeInc' - version: '0.001' + version: '0.002' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::ETHER/MinimumPerl' @@ -470,18 +449,18 @@ Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: - git_version: 2.22.0 + git_version: 2.38.2 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: @@ -504,7 +483,7 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000036' + Module::Metadata: '1.000037' version: '0.006' name: '@Author::ETHER/CheckSelfDependency' version: '0.011' @@ -542,9 +521,9 @@ class: Dist::Zilla::Plugin::EnsureLatestPerl config: Dist::Zilla::Plugin::EnsureLatestPerl: - Module::CoreList: '5.20190720' + Module::CoreList: '5.20221220' name: '@Author::ETHER/EnsureLatestPerl' - version: '0.008' + version: '0.010' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -556,7 +535,7 @@ run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, release' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::Git::Check config: @@ -567,15 +546,15 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . name: '@Author::ETHER/initial check' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts config: Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . name: '@Author::ETHER/Git::CheckFor::MergeConflicts' version: '0.014' @@ -583,7 +562,7 @@ class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . name: '@Author::ETHER/Git::CheckFor::CorrectBranch' version: '0.014' @@ -594,11 +573,11 @@ - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.020' + version: '0.022' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Git::Check config: @@ -609,18 +588,18 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . name: '@Author::ETHER/after tests' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' - version: '0.010' + version: '0.011' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: @@ -648,7 +627,7 @@ phase: develop type: recommends name: '@Author::ETHER/@Git::VersionManager/pluginbundle version' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: @@ -682,6 +661,7 @@ add_files_in: - . commit_msg: '%N-%v%t%n%n%c' + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - CONTRIBUTING @@ -692,12 +672,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/@Git::VersionManager/release snapshot' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -705,22 +685,21 @@ branch: ~ changelog: Changes signed: 0 - tag: v2.13 + tag: v2.14 tag_format: v%V tag_message: v%v%t Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/@Git::VersionManager/Git::Tag' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional config: Dist::Zilla::Plugin::BumpVersionAfterRelease: finders: - - ':ExecFiles' - ':InstallModules' global: 1 munge_makefile_pl: 1 @@ -730,13 +709,14 @@ - class: Dist::Zilla::Plugin::NextRelease name: '@Author::ETHER/@Git::VersionManager/NextRelease' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: 'increment $VERSION after %v release' + signoff: 0 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Build.PL @@ -746,12 +726,12 @@ - (?^:^lib/.*\.pm$) changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@Author::ETHER/@Git::VersionManager/post-release commit' - version: '2.046' + version: '2.048' - class: Dist::Zilla::Plugin::Prereqs config: @@ -759,7 +739,7 @@ phase: x_Dist_Zilla type: requires name: '@Author::ETHER/@Git::VersionManager/prereqs for @Git::VersionManager' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Git::Push config: @@ -768,17 +748,17 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: - git_version: 2.22.0 + git_version: 2.38.2 repo_root: . name: '@Author::ETHER/Git::Push' - version: '2.046' + 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: @@ -804,7 +784,7 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Prereqs config: @@ -812,7 +792,7 @@ phase: x_Dist_Zilla type: requires name: '@Author::ETHER/prereqs for @Author::ETHER' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Prereqs config: @@ -820,7 +800,7 @@ phase: runtime type: requires name: RuntimeRequires - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::Prereqs config: @@ -828,14 +808,14 @@ phase: develop type: requires name: DevelopRequires - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::OnlyCorePrereqs config: Dist::Zilla::Plugin::OnlyCorePrereqs: also_disallow: [] check_dual_life_versions: '0' - deprecated_ok: '0' + deprecated_ok: 0 phases: - configure - build @@ -847,43 +827,43 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.013' + version: '6.029' - class: Dist::Zilla::Plugin::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' @@ -891,8 +871,8 @@ zilla: class: Dist::Zilla::Dist::Builder config: - is_trial: '0' - version: '6.013' + is_trial: 0 + version: '6.029' x_authority: cpan:SARTAK x_contributors: - 'Karen Etheridge ' @@ -900,11 +880,11 @@ - 'Graham Knop ' - 'Aaron Crane ' - 'Peter Rabbitson ' - - 'Justin Hunter ' - 'David Steinbrunner ' - 'gfx ' + - 'Justin Hunter ' - 'mannih ' -x_generated_by_perl: v5.31.2 +x_generated_by_perl: v5.37.7 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 libclass-method-modifiers-perl-2.13/README libclass-method-modifiers-perl-2.14/README --- libclass-method-modifiers-perl-2.13/README 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/README 2023-01-16 21:26:07.000000000 +0000 @@ -1,5 +1,5 @@ This archive contains the distribution Class-Method-Modifiers, -version 2.13: +version 2.14: Provides Moose-like method modifiers @@ -9,4 +9,4 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.013. +This README file was generated by Dist::Zilla::Plugin::Readme v6.029. diff -Nru libclass-method-modifiers-perl-2.13/t/001-error.t libclass-method-modifiers-perl-2.14/t/001-error.t --- libclass-method-modifiers-perl-2.13/t/001-error.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/t/001-error.t 2023-01-16 21:26:07.000000000 +0000 @@ -2,14 +2,13 @@ use warnings; use Test::More 0.88; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; -use Test::Fatal; do { package Class1; use Class::Method::Modifiers; - ::like( - ::exception { before foo => sub {}; }, + eval { before foo => sub {}; }; + ::like($@, qr/The method 'foo' is not found in the inheritance hierarchy for class Class1/, ); }; @@ -18,8 +17,9 @@ package Class2; use Class::Method::Modifiers; + eval { after foo => sub {}; }; ::like( - ::exception { after foo => sub {}; }, + $@, qr/The method 'foo' is not found in the inheritance hierarchy for class Class2/, ); }; @@ -28,8 +28,9 @@ package Class3; use Class::Method::Modifiers; + eval { around foo => sub {}; }; ::like( - ::exception { around foo => sub {}; }, + $@, qr/The method 'foo' is not found in the inheritance hierarchy for class Class3/, ); }; @@ -40,8 +41,9 @@ sub foo {} + eval { around 'foo', 'bar' => sub {}; }; ::like( - ::exception { around 'foo', 'bar' => sub {}; }, + $@, qr/The method 'bar' is not found in the inheritance hierarchy for class Class4/, ); }; diff -Nru libclass-method-modifiers-perl-2.13/t/00-report-prereqs.dd libclass-method-modifiers-perl-2.14/t/00-report-prereqs.dd --- libclass-method-modifiers-perl-2.13/t/00-report-prereqs.dd 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/t/00-report-prereqs.dd 2023-01-16 21:26:07.000000000 +0000 @@ -7,7 +7,7 @@ }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.149', + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.162', 'Dist::Zilla::PluginBundle::Git::VersionManager' => '0.007' }, 'requires' => { @@ -15,7 +15,6 @@ 'File::Spec' => '0', 'IO::Handle' => '0', 'IPC::Open3' => '0', - 'Moose' => '0', 'Perl::MinimumVersion' => '1.35', 'Pod::Coverage::TrustPod' => '0', 'Pod::Wordlist' => '0', @@ -54,9 +53,7 @@ 'requires' => { 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '0', - 'Test::Fatal' => '0', 'Test::More' => '0.88', - 'Test::Needs' => '0', 'if' => '0', 'perl' => '5.006' } @@ -107,13 +104,13 @@ 'Dist::Zilla::Plugin::OnlyCorePrereqs' => '0', 'Dist::Zilla::Plugin::PodCoverageTests' => '5.040', 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040', - 'Dist::Zilla::Plugin::PodWeaver' => '4.005', + 'Dist::Zilla::Plugin::PodWeaver' => '4.008', 'Dist::Zilla::Plugin::Prereqs' => '0', 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006', 'Dist::Zilla::Plugin::PromptIfStale' => '0', 'Dist::Zilla::Plugin::Readme' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180', - 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004', + 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.006', 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041', 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038', 'Dist::Zilla::Plugin::RunExtraTests' => '0.024', diff -Nru libclass-method-modifiers-perl-2.13/t/00-report-prereqs.t libclass-method-modifiers-perl-2.14/t/00-report-prereqs.t --- libclass-method-modifiers-perl-2.13/t/00-report-prereqs.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/t/00-report-prereqs.t 2023-01-16 21:26:07.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.027 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.029 use Test::More tests => 1; @@ -123,20 +123,24 @@ my @reports = [qw/Module Want Have/]; for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) { - next if $mod eq 'perl'; next if grep { $_ eq $mod } @exclude; - my $file = $mod; - $file =~ s{::}{/}g; - $file .= ".pm"; - my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC; - my $want = $req_hash->{$phase}{$type}{$mod}; $want = "undef" unless defined $want; $want = "any" if !$want && $want == 0; + if ($mod eq 'perl') { + push @reports, ['perl', $want, $]]; + next; + } + my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required"; + my $file = $mod; + $file =~ s{::}{/}g; + $file .= ".pm"; + my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC; + if ($prefix) { my $have = MM->parse_version( File::Spec->catfile($prefix, $file) ); $have = "undef" unless defined $have; @@ -202,6 +206,6 @@ ); } -pass; +pass('Reported prereqs'); # vim: ts=4 sts=4 sw=4 et: diff -Nru libclass-method-modifiers-perl-2.13/t/110-namespace-clean.t libclass-method-modifiers-perl-2.14/t/110-namespace-clean.t --- libclass-method-modifiers-perl-2.13/t/110-namespace-clean.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/t/110-namespace-clean.t 2023-01-16 21:26:07.000000000 +0000 @@ -4,16 +4,35 @@ use Test::More 0.88; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; -use Test::Needs 'Moose'; +use B (); + +sub is_method { + my ($ns, $sub) = @_; + no strict 'refs'; + my $cv = B::svref_2object(\&{"${ns}::${sub}"}); + return + if !$cv->isa('B::CV'); + my $gv = $cv->GV; + return + if $gv->isa('B::SPECIAL'); + + my $pack = $gv->STASH->NAME + or return; + + return ( + $pack eq $ns + || ($pack eq 'constant' && $gv->name eq '__ANON__') + ); +} # see also Test::CleanNamespaces::_remaining_imports sub imports { my $ns = shift; - my $meta = Class::MOP::class_of($ns) || Moose::Meta::Class->initialize($ns); - my %methods = map +($_ => 1), $meta->get_method_list; - my @symbols = keys %{ $meta->get_all_package_symbols('CODE') || {} }; - my @imports = grep !$methods{$_}, @symbols; + no strict 'refs'; + + my @symbols = grep !/::\z/ && defined &{"${ns}::$_"}, keys %{"${ns}::"}; + return grep !is_method($ns, $_), @symbols; } { diff -Nru libclass-method-modifiers-perl-2.13/t/120-fresh.t libclass-method-modifiers-perl-2.14/t/120-fresh.t --- libclass-method-modifiers-perl-2.13/t/120-fresh.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/t/120-fresh.t 2023-01-16 21:26:07.000000000 +0000 @@ -3,7 +3,6 @@ use Test::More 0.88; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; -use Test::Fatal; use B 'svref_2object'; @@ -62,28 +61,34 @@ { package P2; - ::like(::exception { fresh m1 => sub {} }, + eval { fresh m1 => sub {} }; + ::like($@, qr/^Class P2 already has a method named 'm1'/, 'fresh: exception when inherited method exists'); - ::like(::exception { fresh m6 => sub {} }, + eval { fresh m6 => sub {} }; + ::like($@, qr/^Class P2 already has a method named 'm6'/, 'fresh: exception when local method exists'); - ::like(::exception { fresh '=:=' => sub {} }, + eval { fresh '=:=' => sub {} }; + ::like($@, qr/^Invalid method name '=:='/, 'fresh: exception when name invalid'); } -like(exception { install_modifier P3 => fresh => m1 => sub {} }, +eval { install_modifier P3 => fresh => m1 => sub {} }; +like($@, qr/^Class P3 already has a method named 'm1'/, 'install_modifier: exception when inherited method exists'); -like(exception { install_modifier P3 => fresh => m6 => sub {} }, +eval { install_modifier P3 => fresh => m6 => sub {} }; +like($@, qr/^Class P3 already has a method named 'm6'/, 'install_modifier: exception when local method exists'); -like(exception { install_modifier P3 => fresh => '=:=' => sub {} }, +eval { install_modifier P3 => fresh => '=:=' => sub {} }; +like($@, qr/^Invalid method name '=:='/, 'install_modifier: exception when name invalid'); diff -Nru libclass-method-modifiers-perl-2.13/t/140-lvalue.t libclass-method-modifiers-perl-2.14/t/140-lvalue.t --- libclass-method-modifiers-perl-2.13/t/140-lvalue.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/t/140-lvalue.t 2023-01-16 21:26:07.000000000 +0000 @@ -2,7 +2,6 @@ use warnings; use Test::More 0.88; use if $ENV{AUTHOR_TESTING}, 'Test::Warnings'; -use Test::Fatal; { package WithLvalue; @@ -70,8 +69,9 @@ { local $TODO = "can't apply after to array lvalue method"; - is exception { (After->array_lvalue) = (3,4) }, undef, - 'assigning to array lvalue attribute causes no errors'; + ok eval { (After->array_lvalue) = (3,4); 1 }, + 'assigning to array lvalue attribute causes no errors' + or diag 'error: ', $@; is_deeply([After->array_lvalue], [3,4], 'after array lvalue attribute sets values'); } @@ -87,8 +87,9 @@ after lvalue_proto_method => sub {}; } -is exception { LvalueWithProto->lvalue_proto_method = 4 }, undef, - 'after maintains lvalue attribute with prototype present'; +ok eval { LvalueWithProto->lvalue_proto_method = 4; 1 }, + 'after maintains lvalue attribute with prototype present' + or diag 'error: ', $@; is(LvalueWithProto->lvalue_proto_method, 4, 'after with lvalue and prototype correctly assigns'); diff -Nru libclass-method-modifiers-perl-2.13/xt/author/changes_has_content.t libclass-method-modifiers-perl-2.14/xt/author/changes_has_content.t --- libclass-method-modifiers-perl-2.13/xt/author/changes_has_content.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/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 master branch' - if ($branch_name || '') eq 'master'; -} - -do './xt/release/changes_has_content.t'; -die $@ if $@; diff -Nru libclass-method-modifiers-perl-2.13/xt/author/distmeta.t libclass-method-modifiers-perl-2.14/xt/author/distmeta.t --- libclass-method-modifiers-perl-2.13/xt/author/distmeta.t 1970-01-01 00:00:00.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/author/distmeta.t 2023-01-16 21:26:07.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::MetaTests. +use strict; +use warnings; +use Test::CPAN::Meta; + +meta_yaml_ok(); diff -Nru libclass-method-modifiers-perl-2.13/xt/author/eol.t libclass-method-modifiers-perl-2.14/xt/author/eol.t --- libclass-method-modifiers-perl-2.13/xt/author/eol.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/author/eol.t 2023-01-16 21:26:07.000000000 +0000 @@ -39,8 +39,8 @@ 't/130-clean-underscore.t', 't/140-lvalue.t', 'xt/author/00-compile.t', - 'xt/author/changes_has_content.t', 'xt/author/clean-namespaces.t', + 'xt/author/distmeta.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', 'xt/author/minimum-version.t', @@ -51,8 +51,7 @@ 'xt/author/pod-syntax.t', 'xt/author/portability.t', 'xt/release/changes_has_content.t', - 'xt/release/cpan-changes.t', - 'xt/release/distmeta.t' + 'xt/release/cpan-changes.t' ); eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; diff -Nru libclass-method-modifiers-perl-2.13/xt/author/no-tabs.t libclass-method-modifiers-perl-2.14/xt/author/no-tabs.t --- libclass-method-modifiers-perl-2.13/xt/author/no-tabs.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/author/no-tabs.t 2023-01-16 21:26:07.000000000 +0000 @@ -39,8 +39,8 @@ 't/130-clean-underscore.t', 't/140-lvalue.t', 'xt/author/00-compile.t', - 'xt/author/changes_has_content.t', 'xt/author/clean-namespaces.t', + 'xt/author/distmeta.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', 'xt/author/minimum-version.t', @@ -51,8 +51,7 @@ 'xt/author/pod-syntax.t', 'xt/author/portability.t', 'xt/release/changes_has_content.t', - 'xt/release/cpan-changes.t', - 'xt/release/distmeta.t' + 'xt/release/cpan-changes.t' ); notabs_ok($_) foreach @files; diff -Nru libclass-method-modifiers-perl-2.13/xt/author/pod-coverage.t libclass-method-modifiers-perl-2.14/xt/author/pod-coverage.t --- libclass-method-modifiers-perl-2.13/xt/author/pod-coverage.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/author/pod-coverage.t 2023-01-16 21:26:07.000000000 +0000 @@ -1,6 +1,7 @@ #!perl # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. - +use strict; +use warnings; use Test::Pod::Coverage 1.08; use Pod::Coverage::TrustPod; diff -Nru libclass-method-modifiers-perl-2.13/xt/author/portability.t libclass-method-modifiers-perl-2.14/xt/author/portability.t --- libclass-method-modifiers-perl-2.13/xt/author/portability.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/author/portability.t 2023-01-16 21:26:07.000000000 +0000 @@ -3,8 +3,6 @@ use Test::More; -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; +use Test::Portability::Files; run_tests(); diff -Nru libclass-method-modifiers-perl-2.13/xt/release/changes_has_content.t libclass-method-modifiers-perl-2.14/xt/release/changes_has_content.t --- libclass-method-modifiers-perl-2.13/xt/release/changes_has_content.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/release/changes_has_content.t 2023-01-16 21:26:07.000000000 +0000 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '2.13'; +my $newver = '2.14'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8'; diff -Nru libclass-method-modifiers-perl-2.13/xt/release/distmeta.t libclass-method-modifiers-perl-2.14/xt/release/distmeta.t --- libclass-method-modifiers-perl-2.13/xt/release/distmeta.t 2019-08-10 00:18:56.000000000 +0000 +++ libclass-method-modifiers-perl-2.14/xt/release/distmeta.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::MetaTests. - -use Test::CPAN::Meta; - -meta_yaml_ok();