Hello community, here is the log from the commit of package perl-Test-Synopsis for openSUSE:Factory checked in at 2019-05-27 08:39:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-Synopsis (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Synopsis" Mon May 27 08:39:44 2019 rev:16 rq:705411 version:0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes 2016-03-16 10:34:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new.5148/perl-Test-Synopsis.changes 2019-05-27 08:39:46.643038415 +0200 @@ -1,0 +2,10 @@ +Sat May 25 05:31:18 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 0.16 + see /usr/share/doc/packages/perl-Test-Synopsis/Changes + + 0.16 2019-05-24 + - Fix test failures when version 0.23 of + Test::Spelling is in use (by ppisar, #21) + +------------------------------------------------------------------- Old: ---- Test-Synopsis-0.15.tar.gz New: ---- Test-Synopsis-0.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-Synopsis.spec ++++++ --- /var/tmp/diff_new_pack.khU1kW/_old 2019-05-27 08:39:47.383038127 +0200 +++ /var/tmp/diff_new_pack.khU1kW/_new 2019-05-27 08:39:47.387038125 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Synopsis # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Test-Synopsis -Version: 0.15 +Version: 0.16 Release: 0 %define cpan_name Test-Synopsis Summary: Test your SYNOPSIS code -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Test-Synopsis/ -Source0: http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,11 +69,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -82,6 +82,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README README.md +%doc Changes README README.md +%license LICENSE %changelog ++++++ Test-Synopsis-0.15.tar.gz -> Test-Synopsis-0.16.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/Changes new/Test-Synopsis-0.16/Changes --- old/Test-Synopsis-0.15/Changes 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/Changes 2019-05-24 17:07:41.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl extension Test::Synopsis +0.16 2019-05-24 + - Fix test failures when version 0.23 of + Test::Spelling is in use (by ppisar, #21) + 0.15 2016-03-02 - Specify Pod::Simple version to prereq, as needed feature missing from older versions (by autarch) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/INSTALL new/Test-Synopsis-0.16/INSTALL --- old/Test-Synopsis-0.15/INSTALL 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/INSTALL 2019-05-24 17:07:41.000000000 +0200 @@ -8,10 +8,10 @@ % cpanm Test::Synopsis -If you are installing into a system-wide directory, you may need to pass the -"-S" flag to cpanm, which uses sudo to install the module: - - % cpanm -S Test::Synopsis +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. ## Installing with the CPAN shell @@ -22,7 +22,7 @@ ## Manual installation As a last resort, you can manually install it. Download the tarball, untar it, -then build it: +install configure prerequisites (see below), then build it: % perl Makefile.PL % make && make test @@ -31,13 +31,42 @@ % make install -If you are installing into a system-wide directory, you may need to run: +On Windows platforms, you should use `dmake` or `nmake`, instead of `make`. + +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib + +The prerequisites of this distribution will also have to be installed manually. The +prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated +by running the manual build process described above. + +## Configure Prerequisites + +This distribution requires other modules to be installed before this +distribution's installer can be run. They can be found under the +"configure_requires" key of META.yml or the +"{prereqs}{configure}{requires}" key of META.json. - % sudo make install +## Other Prerequisites + +This distribution may require additional modules to be installed after running +Makefile.PL. +Look for prerequisites in the following phases: + +* to run make, PHASE = build +* to use the module code itself, PHASE = runtime +* to run tests, PHASE = test + +They can all be found in the "PHASE_requires" key of MYMETA.yml or the +"{prereqs}{PHASE}{requires}" key of MYMETA.json. ## Documentation Test-Synopsis documentation is available as POD. -You can run perldoc from a shell to read the documentation: +You can run `perldoc` from a shell to read the documentation: % perldoc Test::Synopsis + +For more information on installing Perl modules via CPAN, please see: +https://www.cpan.org/modules/INSTALL.html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/LICENSE new/Test-Synopsis-0.16/LICENSE --- old/Test-Synopsis-0.15/LICENSE 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/LICENSE 2019-05-24 17:07:41.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2016 by Tatsuhiko Miyagawa. +This software is copyright (c) 2019 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) 2016 by Tatsuhiko Miyagawa. +This software is Copyright (c) 2019 by Tatsuhiko Miyagawa. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2016 by Tatsuhiko Miyagawa. +This software is Copyright (c) 2019 by Tatsuhiko Miyagawa. This is free software, licensed under: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/MANIFEST new/Test-Synopsis-0.16/MANIFEST --- old/Test-Synopsis-0.15/MANIFEST 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/MANIFEST 2019-05-24 17:07:41.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.042. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. Changes INSTALL LICENSE @@ -38,17 +38,17 @@ t/lib/Test12DATAInPodWithError.pm t/lib/TestMultipleChunks.pm xt/author/eol.t +xt/author/minimum-version.t xt/author/mojibake.t xt/author/no-tabs.t xt/author/pod-coverage.t xt/author/pod-spell.t xt/author/pod-syntax.t +xt/author/portability.t +xt/author/synopsis.t 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 -xt/release/minimum-version.t -xt/release/portability.t -xt/release/synopsis.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/META.json new/Test-Synopsis-0.16/META.json --- old/Test-Synopsis-0.15/META.json 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/META.json 2019-05-24 17:07:41.000000000 +0200 @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -41,11 +41,13 @@ "Test::CPAN::Meta::JSON" : "0.16", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::MinimumVersion" : "0", "Test::Mojibake" : "0", "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", "Test::Synopsis" : "0", "Test::Version" : "1" @@ -70,7 +72,6 @@ "Test::Builder" : "0.34", "Test::Builder::Tester" : "0", "Test::More" : "0", - "blib" : "1.01", "perl" : "5.008_001" } } @@ -78,7 +79,7 @@ "provides" : { "Test::Synopsis" : { "file" : "lib/Test/Synopsis.pm", - "version" : "0.15" + "version" : "0.16" } }, "release_status" : "stable", @@ -93,16 +94,16 @@ "web" : "https://github.com/miyagawa/test-synopsis" } }, - "version" : "0.15", + "version" : "0.16", "x_Dist_Zilla" : { "perl" : { - "version" : "5.022000" + "version" : "5.026000" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::OurPkgVersion", "name" : "@Author::ZOFFIX/OurPkgVersion", - "version" : "0.06" + "version" : "0.15" }, { "class" : "Dist::Zilla::Plugin::Pod::Spiffy", @@ -117,6 +118,7 @@ "check_all_prereqs" : 1, "modules" : [], "phase" : "release", + "run_under_travis" : 0, "skip" : [ "ExtUtils::MakeMaker", "File::Copy", @@ -128,7 +130,7 @@ } }, "name" : "@Author::ZOFFIX/PromptIfStale", - "version" : "0.047" + "version" : "0.055" }, { "class" : "Dist::Zilla::Plugin::GatherDir", @@ -144,42 +146,42 @@ } }, "name" : "@Author::ZOFFIX/GatherDir", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Author::ZOFFIX/PruneCruft", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::ZOFFIX/ManifestSkip", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ZOFFIX/MetaYAML", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ZOFFIX/License", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ZOFFIX/Readme", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Author::ZOFFIX/ExecDir", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Author::ZOFFIX/ShareDir", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -189,27 +191,27 @@ } }, "name" : "@Author::ZOFFIX/MakeMaker", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ZOFFIX/Manifest", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ZOFFIX/AutoPrereqs", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ZOFFIX/MetaConfig", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::ZOFFIX/Prereqs::AuthorDeps", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -224,23 +226,35 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.042" + "version" : "6.012" } - ] + ], + "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "inherit_missing" : "1", - "inherit_version" : "1", - "meta_noindex" : "1" + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004", + "inherit_missing" : 1, + "inherit_version" : 1, + "meta_noindex" : 1 + }, + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000033", + "version" : "0.006" } }, "name" : "@Author::ZOFFIX/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.004003" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", + "config" : { + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000033", + "version" : "0.006" + } + }, "name" : "@Author::ZOFFIX/InstallGuide", - "version" : "1.200006" + "version" : "1.200013" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", @@ -250,13 +264,13 @@ } }, "name" : "@Author::ZOFFIX/ReadmeAnyFromPod", - "version" : "0.150250" + "version" : "0.163250" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { "Dist::Zilla::Plugin::Test::Compile" : { - "bail_out_on_fail" : "0", + "bail_out_on_fail" : 0, "fail_on_warning" : "author", "fake_home" : 0, "filename" : "t/00-compile.t", @@ -268,11 +282,12 @@ "script_finder" : [ ":PerlExecFiles" ], - "skips" : [] + "skips" : [], + "switch" : [] } }, "name" : "@Author::ZOFFIX/Test::Compile", - "version" : "2.054" + "version" : "2.058" }, { "class" : "Dist::Zilla::Plugin::Test::DistManifest", @@ -285,20 +300,20 @@ "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ - ":InstallModules", ":ExecFiles", + ":InstallModules", ":TestFiles" ], - "trailing_whitespace" : "1" + "trailing_whitespace" : 1 } }, "name" : "@Author::ZOFFIX/Test::EOL", - "version" : "0.18" + "version" : "0.19" }, { "class" : "Dist::Zilla::Plugin::Test::Version", "name" : "@Author::ZOFFIX/Test::Version", - "version" : "1.05" + "version" : "1.09" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -314,7 +329,7 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::ZOFFIX/MetaTests", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON", @@ -344,40 +359,53 @@ { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::ZOFFIX/PodCoverageTests", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ZOFFIX/PodSyntaxTests", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", + "config" : { + "Dist::Zilla::Plugin::Test::Portability" : { + "options" : "" + } + }, "name" : "@Author::ZOFFIX/Test::Portability", - "version" : "2.000006" + "version" : "2.001000" }, { "class" : "Dist::Zilla::Plugin::Test::Synopsis", "name" : "@Author::ZOFFIX/Test::Synopsis", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, "name" : "@Author::ZOFFIX/Test::CPAN::Changes", - "version" : "0.009" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", "config" : { "Dist::Zilla::Plugin::Test::PodSpelling" : { - "directories" : [], + "directories" : [ + "bin", + "lib" + ], "spell_cmd" : "", "stopwords" : [], "wordlist" : "Pod::Wordlist" } }, "name" : "@Author::ZOFFIX/Test::PodSpelling", - "version" : "2.007000" + "version" : "2.007005" }, { "class" : "Dist::Zilla::Plugin::CheckSelfDependency", @@ -388,8 +416,8 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000026", - "version" : "0.003" + "Module::Metadata" : "1.000033", + "version" : "0.006" } }, "name" : "@Author::ZOFFIX/CheckSelfDependency", @@ -398,12 +426,17 @@ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ZOFFIX/CheckPrereqsIndexed", - "version" : "0.017" + "version" : "0.020" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", + "config" : { + "Dist::Zilla::Plugin::Test::MinimumVersion" : { + "max_target_perl" : "5.008008" + } + }, "name" : "@Author::ZOFFIX/Test::MinimumVersion", - "version" : "2.000006" + "version" : "2.000010" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -421,7 +454,7 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ZOFFIX/TestRelease", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::InstallRelease", @@ -431,12 +464,12 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ZOFFIX/ConfirmRelease", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ZOFFIX/UploadToCPAN", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -447,7 +480,7 @@ } }, "name" : "TestRequires", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -458,7 +491,7 @@ } }, "name" : "DevelopRequires", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::AutoMetaResources", @@ -479,11 +512,12 @@ "version_regexp" : "(?^u:^(.+)$)" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.1.4", "repo_root" : "." } }, "name" : "Git::NextVersion", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -492,11 +526,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.15", + "tag" : "0.16", "tag_format" : "%v", "tag_message" : "%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.1.4", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -504,7 +539,7 @@ } }, "name" : "Git::Tag", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -521,18 +556,19 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.1.4", "repo_root" : "." } }, "name" : "Git::Check", - "version" : "2.036" + "version" : "2.046" }, { "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" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ @@ -543,6 +579,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.1.4", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -550,7 +587,7 @@ } }, "name" : "Git::Commit", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -562,90 +599,93 @@ "remotes_must_exist" : 1 }, "Dist::Zilla::Role::Git::Repo" : { + "git_version" : "2.1.4", "repo_root" : "." } }, "name" : "Git::Push", - "version" : "2.036" + "version" : "2.046" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "MetaJSON", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.042" + "version" : "6.012" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.042" + "version" : "6.012" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.042" + "version" : "6.012" } }, "x_contributors" : [ "Dave Rolsky <[email protected]>", "Kevin Ryde <[email protected]>", - "Marcel Grünauer <[email protected]>", + "Marcel Gr\u00fcnauer <[email protected]>", "Mike Doherty <[email protected]>", "Patrice Clement <[email protected]>", "Greg Sabino Mullane <[email protected]>", "Zoffix Znet <[email protected]>", - "Olivier Mengué <[email protected]>" - ] + "Olivier Mengu\u00e9 <[email protected]>" + ], + "x_generated_by_perl" : "v5.26.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/META.yml new/Test-Synopsis-0.16/META.yml --- old/Test-Synopsis-0.15/META.yml 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/META.yml 2019-05-24 17:07:41.000000000 +0200 @@ -9,13 +9,12 @@ Test::Builder: '0.34' Test::Builder::Tester: '0' Test::More: '0' - blib: '1.01' perl: 5.008_001 configure_requires: ExtUtils::MakeMaker: '0' perl: 5.008_001 dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -24,7 +23,7 @@ provides: Test::Synopsis: file: lib/Test/Synopsis.pm - version: '0.15' + version: '0.16' requires: ExtUtils::Manifest: '0' Pod::Simple: '3.09' @@ -37,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.15' +version: '0.16' x_Dist_Zilla: perl: - version: '5.022000' + version: '5.026000' plugins: - class: Dist::Zilla::Plugin::OurPkgVersion name: '@Author::ZOFFIX/OurPkgVersion' - version: '0.06' + version: '0.15' - class: Dist::Zilla::Plugin::Pod::Spiffy name: '@Author::ZOFFIX/Pod::Spiffy' @@ -58,6 +57,7 @@ check_all_prereqs: 1 modules: [] phase: release + run_under_travis: 0 skip: - ExtUtils::MakeMaker - File::Copy @@ -66,7 +66,7 @@ - strict - warnings name: '@Author::ZOFFIX/PromptIfStale' - version: '0.047' + version: '0.055' - class: Dist::Zilla::Plugin::GatherDir config: @@ -79,58 +79,58 @@ prune_directory: [] root: . name: '@Author::ZOFFIX/GatherDir' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::PruneCruft name: '@Author::ZOFFIX/PruneCruft' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::ZOFFIX/ManifestSkip' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ZOFFIX/MetaYAML' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::License name: '@Author::ZOFFIX/License' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Readme name: '@Author::ZOFFIX/Readme' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::ExecDir name: '@Author::ZOFFIX/ExecDir' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::ShareDir name: '@Author::ZOFFIX/ShareDir' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Author::ZOFFIX/MakeMaker' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ZOFFIX/Manifest' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ZOFFIX/AutoPrereqs' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ZOFFIX/MetaConfig' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ZOFFIX/Prereqs::AuthorDeps' - version: '0.005' + version: '0.006' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::ZOFFIX/MinimumPerl' @@ -143,24 +143,33 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.042' + version: '6.012' + include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: + $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' inherit_missing: '1' inherit_version: '1' meta_noindex: '1' + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000033' + version: '0.006' name: '@Author::ZOFFIX/MetaProvides::Package' - version: '2.003001' + version: '2.004003' - class: Dist::Zilla::Plugin::InstallGuide + config: + Dist::Zilla::Role::ModuleMetadata: + Module::Metadata: '1.000033' + version: '0.006' name: '@Author::ZOFFIX/InstallGuide' - version: '1.200006' + version: '1.200013' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod config: Dist::Zilla::Role::FileWatcher: version: '0.006' name: '@Author::ZOFFIX/ReadmeAnyFromPod' - version: '0.150250' + version: '0.163250' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -176,8 +185,9 @@ script_finder: - ':PerlExecFiles' skips: [] + switch: [] name: '@Author::ZOFFIX/Test::Compile' - version: '2.054' + version: '2.058' - class: Dist::Zilla::Plugin::Test::DistManifest name: '@Author::ZOFFIX/Test::DistManifest' @@ -188,16 +198,16 @@ Dist::Zilla::Plugin::Test::EOL: filename: xt/author/eol.t finder: - - ':InstallModules' - ':ExecFiles' + - ':InstallModules' - ':TestFiles' - trailing_whitespace: '1' + trailing_whitespace: 1 name: '@Author::ZOFFIX/Test::EOL' - version: '0.18' + version: '0.19' - class: Dist::Zilla::Plugin::Test::Version name: '@Author::ZOFFIX/Test::Version' - version: '1.05' + version: '1.09' - class: Dist::Zilla::Plugin::Test::Kwalitee config: @@ -209,7 +219,7 @@ - class: Dist::Zilla::Plugin::MetaTests name: '@Author::ZOFFIX/MetaTests' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON name: '@Author::ZOFFIX/Test::CPAN::Meta::JSON' @@ -232,33 +242,41 @@ - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::ZOFFIX/PodCoverageTests' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ZOFFIX/PodSyntaxTests' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Test::Portability + config: + Dist::Zilla::Plugin::Test::Portability: + options: '' name: '@Author::ZOFFIX/Test::Portability' - version: '2.000006' + version: '2.001000' - class: Dist::Zilla::Plugin::Test::Synopsis name: '@Author::ZOFFIX/Test::Synopsis' - version: '2.000006' + version: '2.000007' - class: Dist::Zilla::Plugin::Test::CPAN::Changes + config: + Dist::Zilla::Plugin::Test::CPAN::Changes: + changelog: Changes name: '@Author::ZOFFIX/Test::CPAN::Changes' - version: '0.009' + version: '0.012' - class: Dist::Zilla::Plugin::Test::PodSpelling config: Dist::Zilla::Plugin::Test::PodSpelling: - directories: [] + directories: + - bin + - lib spell_cmd: '' stopwords: [] wordlist: Pod::Wordlist name: '@Author::ZOFFIX/Test::PodSpelling' - version: '2.007000' + version: '2.007005' - class: Dist::Zilla::Plugin::CheckSelfDependency config: @@ -266,18 +284,21 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000026' - version: '0.003' + Module::Metadata: '1.000033' + version: '0.006' name: '@Author::ZOFFIX/CheckSelfDependency' version: '0.011' - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ZOFFIX/CheckPrereqsIndexed' - version: '0.017' + version: '0.020' - class: Dist::Zilla::Plugin::Test::MinimumVersion + config: + Dist::Zilla::Plugin::Test::MinimumVersion: + max_target_perl: '5.008008' name: '@Author::ZOFFIX/Test::MinimumVersion' - version: '2.000006' + version: '2.000010' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: @@ -290,7 +311,7 @@ - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ZOFFIX/TestRelease' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::InstallRelease name: '@Author::ZOFFIX/InstallRelease' @@ -298,11 +319,11 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ZOFFIX/ConfirmRelease' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ZOFFIX/UploadToCPAN' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Prereqs config: @@ -310,7 +331,7 @@ phase: test type: requires name: TestRequires - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::Prereqs config: @@ -318,7 +339,7 @@ phase: develop type: requires name: DevelopRequires - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::AutoMetaResources name: AutoMetaResources @@ -335,9 +356,10 @@ version_by_branch: 0 version_regexp: (?^u:^(.+)$) Dist::Zilla::Role::Git::Repo: + git_version: 2.1.4 repo_root: . name: Git::NextVersion - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -345,15 +367,16 @@ branch: ~ changelog: Changes signed: 0 - tag: '0.15' + tag: '0.16' tag_format: '%v' tag_message: '%v' Dist::Zilla::Role::Git::Repo: + git_version: 2.1.4 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: Git::Tag - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::Git::Check config: @@ -366,15 +389,16 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: 2.1.4 repo_root: . name: Git::Check - version: '2.036' + version: '2.046' - 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 Dist::Zilla::Role::Git::DirtyFiles: allow_dirty: - Changes @@ -382,11 +406,12 @@ allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: + git_version: 2.1.4 repo_root: . Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: Git::Commit - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::Git::Push config: @@ -395,62 +420,63 @@ - origin remotes_must_exist: 1 Dist::Zilla::Role::Git::Repo: + git_version: 2.1.4 repo_root: . name: Git::Push - version: '2.036' + version: '2.046' - class: Dist::Zilla::Plugin::MetaJSON name: MetaJSON - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.042' + version: '6.012' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::ZOFFIX/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.042' + version: '6.012' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.042' + version: '6.012' x_contributors: - 'Dave Rolsky <[email protected]>' - 'Kevin Ryde <[email protected]>' @@ -460,3 +486,5 @@ - 'Greg Sabino Mullane <[email protected]>' - 'Zoffix Znet <[email protected]>' - 'Olivier Mengué <[email protected]>' +x_generated_by_perl: v5.26.0 +x_serialization_backend: 'YAML::Tiny version 1.73' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/Makefile.PL new/Test-Synopsis-0.16/Makefile.PL --- old/Test-Synopsis-0.15/Makefile.PL 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/Makefile.PL 2019-05-24 17:07:41.000000000 +0200 @@ -1,8 +1,8 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.042. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. use strict; use warnings; -use 5.008_001; +use 5.008001; use ExtUtils::MakeMaker; @@ -14,7 +14,7 @@ }, "DISTNAME" => "Test-Synopsis", "LICENSE" => "perl", - "MIN_PERL_VERSION" => "5.008_001", + "MIN_PERL_VERSION" => "5.008001", "NAME" => "Test::Synopsis", "PREREQ_PM" => { "ExtUtils::Manifest" => 0, @@ -30,10 +30,9 @@ "IPC::Open3" => 0, "Test::Builder" => "0.34", "Test::Builder::Tester" => 0, - "Test::More" => 0, - "blib" => "1.01" + "Test::More" => 0 }, - "VERSION" => "0.15", + "VERSION" => "0.16", "test" => { "TESTS" => "t/*.t" } @@ -50,7 +49,6 @@ "Test::Builder::Module" => 0, "Test::Builder::Tester" => 0, "Test::More" => 0, - "blib" => "1.01", "parent" => 0, "strict" => 0, "warnings" => 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/README new/Test-Synopsis-0.16/README --- old/Test-Synopsis-0.15/README 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/README 2019-05-24 17:07:41.000000000 +0200 @@ -1,15 +1,12 @@ - - This archive contains the distribution Test-Synopsis, -version 0.15: +version 0.16: Test your SYNOPSIS code -This software is copyright (c) 2016 by Tatsuhiko Miyagawa. +This software is copyright (c) 2019 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 v5.042. - +This README file was generated by Dist::Zilla::Plugin::Readme v6.012. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/README.md new/Test-Synopsis-0.16/README.md --- old/Test-Synopsis-0.15/README.md 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/README.md 2019-05-24 17:07:41.000000000 +0200 @@ -165,7 +165,7 @@ # AUTHOR -Tatsuhiko Miyagawa <[email protected]> +Tatsuhiko Miyagawa <[email protected]> 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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/lib/Test/Synopsis.pm new/Test-Synopsis-0.16/lib/Test/Synopsis.pm --- old/Test-Synopsis-0.15/lib/Test/Synopsis.pm 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/lib/Test/Synopsis.pm 2019-05-24 17:07:41.000000000 +0200 @@ -4,7 +4,7 @@ use warnings; use 5.008_001; -our $VERSION = '0.15'; # VERSION +our $VERSION = '0.16'; # VERSION use parent qw( Test::Builder::Module ); our @EXPORT = qw( synopsis_ok all_synopsis_ok ); @@ -168,6 +168,7 @@ =for stopwords Goro blogged Znet Zoffix DOHERTY Doherty KRYDE Ryde ZOFFIX Gr nauer Grünauer pm HEREDOC HEREDOCs DROLSKY + Mengué =for test_synopsis $main::for_checked=1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/t/00-compile.t new/Test-Synopsis-0.16/t/00-compile.t --- old/Test-Synopsis-0.15/t/00-compile.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/t/00-compile.t 2019-05-24 17:07:41.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058 use Test::More; @@ -16,7 +16,9 @@ # no fake home requested -my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; +my @switches = ( + -d 'blib' ? '-Mblib' : '-Ilib', +); use File::Spec; use IPC::Open3; @@ -30,14 +32,18 @@ # see L<perlfaq8/How can I capture STDERR from an external command?> my $stderr = IO::Handle->new; - my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} } + $^X, @switches, '-e', "require q[$lib]")) + if $ENV{PERL_COMPILE_TEST_DEBUG}; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ - and not eval { require blib; blib->VERSION('1.01') }; + and not eval { +require blib; blib->VERSION('1.01') }; if (@_warnings) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/eol.t new/Test-Synopsis-0.16/xt/author/eol.t --- old/Test-Synopsis-0.15/xt/author/eol.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/author/eol.t 2019-05-24 17:07:41.000000000 +0200 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19 use Test::More 0.88; use Test::EOL; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/minimum-version.t new/Test-Synopsis-0.16/xt/author/minimum-version.t --- old/Test-Synopsis-0.15/xt/author/minimum-version.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/author/minimum-version.t 2019-05-24 17:07:41.000000000 +0200 @@ -0,0 +1,6 @@ +use strict; +use warnings; + +use Test::More; +use Test::MinimumVersion; +all_minimum_version_ok( qq{5.008008} ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/pod-spell.t new/Test-Synopsis-0.16/xt/author/pod-spell.t --- old/Test-Synopsis-0.15/xt/author/pod-spell.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/author/pod-spell.t 2019-05-24 17:07:41.000000000 +0200 @@ -2,42 +2,42 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007005 use Test::Spelling 0.12; use Pod::Wordlist; add_stopwords(<DATA>); -all_pod_files_spelling_ok( qw( bin lib ) ); +all_pod_files_spelling_ok( qw( bin lib ) ); __DATA__ -Tatsuhiko -Miyagawa -miyagawa +Clement Dave -Rolsky -autarch +Doherty +Greg +Grünauer Kevin -Ryde -kryde Marcel -Grünauer -marcel +Mengué Mike -Doherty -doherty +Miyagawa +Mullane +Olivier Patrice -Clement -monsieurp -Greg +Rolsky +Ryde Sabino -Mullane -turnstep -Zoffix +Synopsis +Tatsuhiko +Test Znet -zoffix -Olivier -Mengué +Zoffix +autarch +doherty dolmen +kryde lib -Test -Synopsis +marcel +miyagawa +monsieurp +turnstep +zoffix diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/portability.t new/Test-Synopsis-0.16/xt/author/portability.t --- old/Test-Synopsis-0.15/xt/author/portability.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/author/portability.t 2019-05-24 17:07:41.000000000 +0200 @@ -0,0 +1,10 @@ +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; + +run_tests(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/synopsis.t new/Test-Synopsis-0.16/xt/author/synopsis.t --- old/Test-Synopsis-0.15/xt/author/synopsis.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/author/synopsis.t 2019-05-24 17:07:41.000000000 +0200 @@ -0,0 +1,5 @@ +#!perl + +use Test::Synopsis; + +all_synopsis_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/author/test-version.t new/Test-Synopsis-0.16/xt/author/test-version.t --- old/Test-Synopsis-0.15/xt/author/test-version.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/author/test-version.t 2019-05-24 17:07:41.000000000 +0200 @@ -2,7 +2,7 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::Version 1.05 +# generated by Dist::Zilla::Plugin::Test::Version 1.09 use Test::Version; my @imports = qw( version_all_ok ); @@ -17,7 +17,6 @@ push @imports, $params if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); - Test::Version->import(@imports); version_all_ok; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/cpan-changes.t new/Test-Synopsis-0.16/xt/release/cpan-changes.t --- old/Test-Synopsis-0.15/xt/release/cpan-changes.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/release/cpan-changes.t 2019-05-24 17:07:41.000000000 +0200 @@ -1,11 +1,10 @@ -#!perl - use strict; use warnings; -use Test::More 0.96 tests => 2; -use_ok('Test::CPAN::Changes'); +# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012 + +use Test::More 0.96 tests => 1; +use Test::CPAN::Changes; subtest 'changes_ok' => sub { changes_file_ok('Changes'); }; -done_testing(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/minimum-version.t new/Test-Synopsis-0.16/xt/release/minimum-version.t --- old/Test-Synopsis-0.15/xt/release/minimum-version.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/release/minimum-version.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -#!perl - -use Test::More; - -eval "use Test::MinimumVersion"; -plan skip_all => "Test::MinimumVersion required for testing minimum versions" - if $@; -all_minimum_version_ok( qq{5.008008} ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/portability.t new/Test-Synopsis-0.16/xt/release/portability.t --- old/Test-Synopsis-0.15/xt/release/portability.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/release/portability.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; - -run_tests(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Synopsis-0.15/xt/release/synopsis.t new/Test-Synopsis-0.16/xt/release/synopsis.t --- old/Test-Synopsis-0.15/xt/release/synopsis.t 2016-03-02 18:49:07.000000000 +0100 +++ new/Test-Synopsis-0.16/xt/release/synopsis.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -#!perl - -use Test::Synopsis; - -all_synopsis_ok();
