diff -Nru libtest-synopsis-perl-0.16/Changes libtest-synopsis-perl-0.17/Changes --- libtest-synopsis-perl-0.16/Changes 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/Changes 2021-12-08 22:36:48.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Perl extension Test::Synopsis +0.17 2021-12-08 + - Mention related module in docs (#22) + 0.16 2019-05-24 - Fix test failures when version 0.23 of Test::Spelling is in use (by ppisar, #21) diff -Nru libtest-synopsis-perl-0.16/debian/changelog libtest-synopsis-perl-0.17/debian/changelog --- libtest-synopsis-perl-0.16/debian/changelog 2019-09-22 13:24:54.000000000 +0000 +++ libtest-synopsis-perl-0.17/debian/changelog 2021-12-13 16:14:25.000000000 +0000 @@ -1,3 +1,21 @@ +libtest-synopsis-perl (0.17-1) unstable; urgency=medium + + * Team upload. + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Submit. + * Update standards version to 4.4.1, no changes needed. + * Bump debhelper from old 12 to 13. + * Update standards version to 4.5.1, no changes needed. + + [ gregor herrmann ] + * Import upstream version 0.17. + * Update years of upstream copyright. + * Declare compliance with Debian Policy 4.6.0. + * Set Rules-Requires-Root: no. + + -- gregor herrmann Mon, 13 Dec 2021 17:14:25 +0100 + libtest-synopsis-perl (0.16-1) unstable; urgency=medium * Team upload. diff -Nru libtest-synopsis-perl-0.16/debian/control libtest-synopsis-perl-0.17/debian/control --- libtest-synopsis-perl-0.16/debian/control 2019-09-22 13:24:54.000000000 +0000 +++ libtest-synopsis-perl-0.17/debian/control 2021-12-13 16:14:25.000000000 +0000 @@ -5,17 +5,18 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl -Standards-Version: 4.4.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-synopsis-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-synopsis-perl.git Homepage: https://metacpan.org/release/Test-Synopsis +Rules-Requires-Root: no Package: libtest-synopsis-perl Architecture: all -Depends: ${perl:Depends}, - ${misc:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: Perl module to test SYNOPSIS code in PODs Test::Synopsis is an (author) test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in diff -Nru libtest-synopsis-perl-0.16/debian/copyright libtest-synopsis-perl-0.17/debian/copyright --- libtest-synopsis-perl-0.16/debian/copyright 2019-09-22 13:24:54.000000000 +0000 +++ libtest-synopsis-perl-0.17/debian/copyright 2021-12-13 16:14:25.000000000 +0000 @@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Test-Synopsis Files: * -Copyright: 2016-2019, Tatsuhiko Miyagawa +Copyright: 2016-2021, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Files: debian/* diff -Nru libtest-synopsis-perl-0.16/debian/upstream/metadata libtest-synopsis-perl-0.17/debian/upstream/metadata --- libtest-synopsis-perl-0.16/debian/upstream/metadata 2019-09-22 13:24:54.000000000 +0000 +++ libtest-synopsis-perl-0.17/debian/upstream/metadata 2021-12-13 16:14:25.000000000 +0000 @@ -1,4 +1,6 @@ +--- Archive: CPAN Bug-Database: https://github.com/miyagawa/test-synopsis/issues +Bug-Submit: https://github.com/miyagawa/test-synopsis/issues/new Repository: https://github.com/miyagawa/test-synopsis.git Repository-Browse: https://github.com/miyagawa/test-synopsis diff -Nru libtest-synopsis-perl-0.16/lib/Test/Synopsis.pm libtest-synopsis-perl-0.17/lib/Test/Synopsis.pm --- libtest-synopsis-perl-0.16/lib/Test/Synopsis.pm 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/lib/Test/Synopsis.pm 2021-12-08 22:36:48.000000000 +0000 @@ -4,7 +4,7 @@ use warnings; use 5.008_001; -our $VERSION = '0.16'; # VERSION +our $VERSION = '0.17'; # VERSION use parent qw( Test::Builder::Module ); our @EXPORT = qw( synopsis_ok all_synopsis_ok ); @@ -382,6 +382,6 @@ =head1 SEE ALSO -L, L, L +L, L, L, L =cut diff -Nru libtest-synopsis-perl-0.16/LICENSE libtest-synopsis-perl-0.17/LICENSE --- libtest-synopsis-perl-0.16/LICENSE 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/LICENSE 2021-12-08 22:36:48.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2019 by Tatsuhiko Miyagawa. +This software is copyright (c) 2021 by Tatsuhiko Miyagawa. 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) 2019 by Tatsuhiko Miyagawa. +This software is Copyright (c) 2021 by Tatsuhiko Miyagawa. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2019 by Tatsuhiko Miyagawa. +This software is Copyright (c) 2021 by Tatsuhiko Miyagawa. This is free software, licensed under: diff -Nru libtest-synopsis-perl-0.16/Makefile.PL libtest-synopsis-perl-0.17/Makefile.PL --- libtest-synopsis-perl-0.16/Makefile.PL 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/Makefile.PL 2021-12-08 22:36:48.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. use strict; use warnings; @@ -32,7 +32,7 @@ "Test::Builder::Tester" => 0, "Test::More" => 0 }, - "VERSION" => "0.16", + "VERSION" => "0.17", "test" => { "TESTS" => "t/*.t" } diff -Nru libtest-synopsis-perl-0.16/MANIFEST libtest-synopsis-perl-0.17/MANIFEST --- libtest-synopsis-perl-0.16/MANIFEST 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/MANIFEST 2021-12-08 22:36:48.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. Changes INSTALL LICENSE @@ -37,6 +37,7 @@ t/lib/Test11DATAInPod.pm t/lib/Test12DATAInPodWithError.pm t/lib/TestMultipleChunks.pm +xt/author/distmeta.t xt/author/eol.t xt/author/minimum-version.t xt/author/mojibake.t @@ -49,6 +50,5 @@ xt/author/test-version.t xt/release/cpan-changes.t xt/release/dist-manifest.t -xt/release/distmeta.t xt/release/kwalitee.t xt/release/meta-json.t diff -Nru libtest-synopsis-perl-0.16/META.json libtest-synopsis-perl-0.17/META.json --- libtest-synopsis-perl-0.16/META.json 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/META.json 2021-12-08 22:36:48.000000000 +0000 @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -79,7 +79,7 @@ "provides" : { "Test::Synopsis" : { "file" : "lib/Test/Synopsis.pm", - "version" : "0.16" + "version" : "0.17" } }, "release_status" : "stable", @@ -94,16 +94,16 @@ "web" : "https://github.com/miyagawa/test-synopsis" } }, - "version" : "0.16", + "version" : "0.17", "x_Dist_Zilla" : { "perl" : { - "version" : "5.026000" + "version" : "5.032000" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::OurPkgVersion", "name" : "@Author::ZOFFIX/OurPkgVersion", - "version" : "0.15" + "version" : "0.21" }, { "class" : "Dist::Zilla::Plugin::Pod::Spiffy", @@ -130,7 +130,7 @@ } }, "name" : "@Author::ZOFFIX/PromptIfStale", - "version" : "0.055" + "version" : "0.057" }, { "class" : "Dist::Zilla::Plugin::GatherDir", @@ -146,42 +146,42 @@ } }, "name" : "@Author::ZOFFIX/GatherDir", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Author::ZOFFIX/PruneCruft", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::ZOFFIX/ManifestSkip", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ZOFFIX/MetaYAML", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ZOFFIX/License", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ZOFFIX/Readme", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::ZOFFIX/ExecDir", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Author::ZOFFIX/ShareDir", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -191,27 +191,27 @@ } }, "name" : "@Author::ZOFFIX/MakeMaker", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ZOFFIX/Manifest", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ZOFFIX/AutoPrereqs", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ZOFFIX/MetaConfig", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::ZOFFIX/Prereqs::AuthorDeps", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -226,7 +226,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.012" + "version" : "6.017" } ], "include_underscores" : 0 @@ -238,7 +238,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -249,7 +249,7 @@ "class" : "Dist::Zilla::Plugin::InstallGuide", "config" : { "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -329,7 +329,7 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ZOFFIX/MetaTests", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON", @@ -359,12 +359,12 @@ { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::ZOFFIX/PodCoverageTests", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ZOFFIX/PodSyntaxTests", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", @@ -416,7 +416,7 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000033", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -449,12 +449,12 @@ } }, "name" : "@Author::ZOFFIX/CopyFilesFromRelease", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ZOFFIX/TestRelease", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::InstallRelease", @@ -464,12 +464,12 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ZOFFIX/ConfirmRelease", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ZOFFIX/UploadToCPAN", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -480,7 +480,7 @@ } }, "name" : "TestRequires", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -491,7 +491,7 @@ } }, "name" : "DevelopRequires", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::AutoMetaResources", @@ -512,12 +512,12 @@ "version_regexp" : "(?^u:^(.+)$)" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.1.4", + "git_version" : "2.29.2", "repo_root" : "." } }, "name" : "Git::NextVersion", - "version" : "2.046" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -526,12 +526,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.16", + "tag" : "0.17", "tag_format" : "%v", "tag_message" : "%v" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.1.4", + "git_version" : "2.29.2", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -539,7 +539,7 @@ } }, "name" : "Git::Tag", - "version" : "2.046" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -556,19 +556,20 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.1.4", + "git_version" : "2.29.2", "repo_root" : "." } }, "name" : "Git::Check", - "version" : "2.046" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%V%n%n%c" + "commit_msg" : "v%V%n%n%c", + "signoff" : 0 }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -579,7 +580,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.1.4", + "git_version" : "2.29.2", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -587,7 +588,7 @@ } }, "name" : "Git::Commit", - "version" : "2.046" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -599,72 +600,72 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { - "git_version" : "2.1.4", + "git_version" : "2.29.2", "repo_root" : "." } }, "name" : "Git::Push", - "version" : "2.046" + "version" : "2.047" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "MetaJSON", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.012" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.012" + "version" : "6.017" } ], "zilla" : { @@ -672,7 +673,7 @@ "config" : { "is_trial" : 0 }, - "version" : "6.012" + "version" : "6.017" } }, "x_contributors" : [ @@ -685,7 +686,8 @@ "Zoffix Znet ", "Olivier Mengu\u00e9 " ], - "x_generated_by_perl" : "v5.26.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" + "x_generated_by_perl" : "v5.32.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.25", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -Nru libtest-synopsis-perl-0.16/META.yml libtest-synopsis-perl-0.17/META.yml --- libtest-synopsis-perl-0.16/META.yml 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/META.yml 2021-12-08 22:36:48.000000000 +0000 @@ -14,7 +14,7 @@ ExtUtils::MakeMaker: '0' perl: 5.008_001 dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,7 +23,7 @@ provides: Test::Synopsis: file: lib/Test/Synopsis.pm - version: '0.16' + version: '0.17' requires: ExtUtils::Manifest: '0' Pod::Simple: '3.09' @@ -36,15 +36,15 @@ bugtracker: https://github.com/miyagawa/test-synopsis/issues homepage: http://metacpan.org/release/Test-Synopsis repository: git://github.com/miyagawa/test-synopsis.git -version: '0.16' +version: '0.17' x_Dist_Zilla: perl: - version: '5.026000' + version: '5.032000' plugins: - class: Dist::Zilla::Plugin::OurPkgVersion name: '@Author::ZOFFIX/OurPkgVersion' - version: '0.15' + version: '0.21' - class: Dist::Zilla::Plugin::Pod::Spiffy name: '@Author::ZOFFIX/Pod::Spiffy' @@ -66,7 +66,7 @@ - strict - warnings name: '@Author::ZOFFIX/PromptIfStale' - version: '0.055' + version: '0.057' - class: Dist::Zilla::Plugin::GatherDir config: @@ -79,58 +79,58 @@ prune_directory: [] root: . name: '@Author::ZOFFIX/GatherDir' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::PruneCruft name: '@Author::ZOFFIX/PruneCruft' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::ZOFFIX/ManifestSkip' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ZOFFIX/MetaYAML' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::License name: '@Author::ZOFFIX/License' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Readme name: '@Author::ZOFFIX/Readme' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::ExecDir name: '@Author::ZOFFIX/ExecDir' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::ShareDir name: '@Author::ZOFFIX/ShareDir' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Author::ZOFFIX/MakeMaker' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ZOFFIX/Manifest' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ZOFFIX/AutoPrereqs' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ZOFFIX/MetaConfig' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ZOFFIX/Prereqs::AuthorDeps' - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::ZOFFIX/MinimumPerl' @@ -143,7 +143,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.012' + version: '6.017' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -151,7 +151,7 @@ inherit_version: '1' meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' + Module::Metadata: '1.000037' version: '0.006' name: '@Author::ZOFFIX/MetaProvides::Package' version: '2.004003' @@ -159,7 +159,7 @@ class: Dist::Zilla::Plugin::InstallGuide config: Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' + Module::Metadata: '1.000037' version: '0.006' name: '@Author::ZOFFIX/InstallGuide' version: '1.200013' @@ -219,7 +219,7 @@ - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ZOFFIX/MetaTests' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON name: '@Author::ZOFFIX/Test::CPAN::Meta::JSON' @@ -242,11 +242,11 @@ - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::ZOFFIX/PodCoverageTests' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ZOFFIX/PodSyntaxTests' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Test::Portability config: @@ -284,7 +284,7 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000033' + Module::Metadata: '1.000037' version: '0.006' name: '@Author::ZOFFIX/CheckSelfDependency' version: '0.011' @@ -307,11 +307,11 @@ - README.md match: [] name: '@Author::ZOFFIX/CopyFilesFromRelease' - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ZOFFIX/TestRelease' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::InstallRelease name: '@Author::ZOFFIX/InstallRelease' @@ -319,11 +319,11 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ZOFFIX/ConfirmRelease' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ZOFFIX/UploadToCPAN' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Prereqs config: @@ -331,7 +331,7 @@ phase: test type: requires name: TestRequires - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::Prereqs config: @@ -339,7 +339,7 @@ phase: develop type: requires name: DevelopRequires - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::AutoMetaResources name: AutoMetaResources @@ -356,10 +356,10 @@ version_by_branch: 0 version_regexp: (?^u:^(.+)$) Dist::Zilla::Role::Git::Repo: - git_version: 2.1.4 + git_version: 2.29.2 repo_root: . name: Git::NextVersion - version: '2.046' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -367,16 +367,16 @@ branch: ~ changelog: Changes signed: 0 - tag: '0.16' + tag: '0.17' tag_format: '%v' tag_message: '%v' Dist::Zilla::Role::Git::Repo: - git_version: 2.1.4 + git_version: 2.29.2 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: Git::Tag - version: '2.046' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Check config: @@ -389,16 +389,17 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.1.4 + git_version: 2.29.2 repo_root: . name: Git::Check - version: '2.046' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Commit config: Dist::Zilla::Plugin::Git::Commit: add_files_in: [] commit_msg: v%V%n%n%c + signoff: '0' Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -406,12 +407,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: - git_version: 2.1.4 + git_version: 2.29.2 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: Git::Commit - version: '2.046' + version: '2.047' - class: Dist::Zilla::Plugin::Git::Push config: @@ -420,63 +421,63 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: - git_version: 2.1.4 + git_version: 2.29.2 repo_root: . name: Git::Push - version: '2.046' + version: '2.047' - class: Dist::Zilla::Plugin::MetaJSON name: MetaJSON - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.012' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.012' + version: '6.017' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.012' + version: '6.017' x_contributors: - 'Dave Rolsky ' - 'Kevin Ryde ' @@ -486,5 +487,6 @@ - 'Greg Sabino Mullane ' - 'Zoffix Znet ' - 'Olivier Mengué ' -x_generated_by_perl: v5.26.0 +x_generated_by_perl: v5.32.0 x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -Nru libtest-synopsis-perl-0.16/README libtest-synopsis-perl-0.17/README --- libtest-synopsis-perl-0.16/README 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/README 2021-12-08 22:36:48.000000000 +0000 @@ -1,12 +1,12 @@ This archive contains the distribution Test-Synopsis, -version 0.16: +version 0.17: Test your SYNOPSIS code -This software is copyright (c) 2019 by Tatsuhiko Miyagawa. +This software is copyright (c) 2021 by Tatsuhiko Miyagawa. 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.012. +This README file was generated by Dist::Zilla::Plugin::Readme v6.017. diff -Nru libtest-synopsis-perl-0.16/README.md libtest-synopsis-perl-0.17/README.md --- libtest-synopsis-perl-0.16/README.md 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/README.md 2021-12-08 22:36:48.000000000 +0000 @@ -169,7 +169,7 @@ Goro Fuji blogged about the original idea at [http://d.hatena.ne.jp/gfx/20090224/1235449381](http://d.hatena.ne.jp/gfx/20090224/1235449381) based on the testing -code taken from [Test::Weaken](https://metacpan.org/pod/Test::Weaken). +code taken from [Test::Weaken](https://metacpan.org/pod/Test%3A%3AWeaken). # MAINTAINER @@ -197,4 +197,4 @@ # SEE ALSO -[Test::Pod](https://metacpan.org/pod/Test::Pod), [Test::UseAllModules](https://metacpan.org/pod/Test::UseAllModules), [Test::Inline](https://metacpan.org/pod/Test::Inline) +[Test::Pod](https://metacpan.org/pod/Test%3A%3APod), [Test::UseAllModules](https://metacpan.org/pod/Test%3A%3AUseAllModules), [Test::Inline](https://metacpan.org/pod/Test%3A%3AInline), [Test::Synopsis::Expectation](https://metacpan.org/pod/Test%3A%3ASynopsis%3A%3AExpectation) diff -Nru libtest-synopsis-perl-0.16/xt/author/distmeta.t libtest-synopsis-perl-0.17/xt/author/distmeta.t --- libtest-synopsis-perl-0.16/xt/author/distmeta.t 1970-01-01 00:00:00.000000000 +0000 +++ libtest-synopsis-perl-0.17/xt/author/distmeta.t 2021-12-08 22:36:48.000000000 +0000 @@ -0,0 +1,6 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::MetaTests. + +use Test::CPAN::Meta; + +meta_yaml_ok(); diff -Nru libtest-synopsis-perl-0.16/xt/release/distmeta.t libtest-synopsis-perl-0.17/xt/release/distmeta.t --- libtest-synopsis-perl-0.16/xt/release/distmeta.t 2019-05-24 15:07:41.000000000 +0000 +++ libtest-synopsis-perl-0.17/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();