Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Test-PerlTidy for openSUSE:Factory checked in at 2021-07-20 15:38:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old) and /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-PerlTidy" Tue Jul 20 15:38:58 2021 rev:8 rq:907027 version:20210709 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes 2020-10-10 00:27:52.165108942 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.2632/perl-Test-PerlTidy.changes 2021-07-20 15:39:24.145465760 +0200 @@ -1,0 +2,12 @@ +Sat Jul 10 03:09:13 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 20210709 + see /usr/share/doc/packages/perl-Test-PerlTidy/Changes + + 20210709 2021-07-09 + + * Fix the tests when TEST_AUTHOR=1 + - Remove t/critic.t + - https://github.com/shlomif/Test-PerlTidy/issues/6 + +------------------------------------------------------------------- Old: ---- Test-PerlTidy-20200930.tar.gz New: ---- Test-PerlTidy-20210709.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-PerlTidy.spec ++++++ --- /var/tmp/diff_new_pack.iXJeLX/_old 2021-07-20 15:39:25.953468994 +0200 +++ /var/tmp/diff_new_pack.iXJeLX/_new 2021-07-20 15:39:25.957469001 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-PerlTidy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,22 @@ # +%define cpan_name Test-PerlTidy Name: perl-Test-PerlTidy -Version: 20200930 +Version: 20210709 Release: 0 -%define cpan_name Test-PerlTidy Summary: Check that all your files are tidy License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Path::Tiny) >= 0.100 BuildRequires: perl(Perl::Tidy) >= 20201001 BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Text::Diff) BuildRequires: perl(parent) Requires: perl(Path::Tiny) >= 0.100 @@ -52,7 +49,7 @@ and its subdirectories with extensions matching: .pm .pl .PL .t. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Build.PL installdirs=vendor @@ -66,7 +63,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog ++++++ Test-PerlTidy-20200930.tar.gz -> Test-PerlTidy-20210709.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/Build.PL new/Test-PerlTidy-20210709/Build.PL --- old/Test-PerlTidy-20200930/Build.PL 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/Build.PL 2021-07-09 14:06:17.000000000 +0200 @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.017. use strict; use warnings; @@ -19,7 +19,7 @@ "Shlomi Fish <shlomif\@cpan.org>" ], "dist_name" => "Test-PerlTidy", - "dist_version" => 20200930, + "dist_version" => 20210709, "license" => "perl", "module_name" => "Test::PerlTidy", "recursive_test_files" => 1, @@ -43,8 +43,7 @@ "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, - "Test::More" => "0.88", - "Test::Perl::Critic" => 0 + "Test::More" => "0.88" } ); @@ -54,8 +53,7 @@ "IO::Handle" => 0, "IPC::Open3" => 0, "Module::Build" => "0.28", - "Test::More" => "0.88", - "Test::Perl::Critic" => 0 + "Test::More" => "0.88" ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/Changes new/Test-PerlTidy-20210709/Changes --- old/Test-PerlTidy-20200930/Changes 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/Changes 2021-07-09 14:06:17.000000000 +0200 @@ -1,8 +1,14 @@ CHANGES +20210709 2021-07-09 + + * Fix the tests when TEST_AUTHOR=1 + - Remove t/critic.t + - https://github.com/shlomif/Test-PerlTidy/issues/6 + 20200930 2020-09-30 - * Fix the tests with lates Perl::Tidy + * Fix the tests with latest Perl::Tidy 20200412 2020-04-12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/MANIFEST new/Test-PerlTidy-20210709/MANIFEST --- old/Test-PerlTidy-20200930/MANIFEST 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/MANIFEST 2021-07-09 14:06:17.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. Build.PL Changes MANIFEST @@ -12,7 +12,6 @@ t/00-compile.t t/_perlcriticrc.txt t/_perltidyrc.txt -t/critic.t t/exclude_files.t t/exclude_perltidy.t t/is_file_tidy.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/META.json new/Test-PerlTidy-20210709/META.json --- old/Test-PerlTidy-20200930/META.json 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/META.json 2021-07-09 14:06:17.000000000 +0200 @@ -4,7 +4,7 @@ "Shlomi Fish <shlo...@cpan.org>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -61,15 +61,14 @@ "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", - "Test::More" : "0.88", - "Test::Perl::Critic" : "0" + "Test::More" : "0.88" } } }, "provides" : { "Test::PerlTidy" : { "file" : "lib/Test/PerlTidy.pm", - "version" : "20200930" + "version" : "20210709" } }, "release_status" : "stable", @@ -84,10 +83,10 @@ "web" : "https://github.com/shlomif/test-perltidy" } }, - "version" : "20200930", + "version" : "20210709", "x_Dist_Zilla" : { "perl" : { - "version" : "5.030003" + "version" : "5.032001" }, "plugins" : [ { @@ -99,17 +98,17 @@ } }, "name" : "@Filter/TestMoreDoneTesting", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Filter/AutoPrereqs", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Filter/ExecDir", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::GatherDir", @@ -125,27 +124,27 @@ } }, "name" : "@Filter/GatherDir", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Filter/ManifestSkip", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Filter/MetaYAML", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Filter/PruneCruft", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Filter/Readme", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -160,7 +159,7 @@ { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Filter/ShareDir", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -170,7 +169,7 @@ } }, "name" : "@Filter/MakeMaker", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", @@ -180,22 +179,22 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Filter/ConfirmRelease", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Filter/Manifest", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Filter/MetaConfig", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Filter/MetaJSON", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -205,7 +204,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.015" + "version" : "6.017" } ], "include_underscores" : 0 @@ -227,7 +226,7 @@ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@Filter/MetaResources", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ModuleBuild", @@ -237,22 +236,22 @@ } }, "name" : "@Filter/ModuleBuild", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Filter/PkgVersion", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Filter/PodCoverageTests", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Filter/PodSyntaxTests", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -321,12 +320,12 @@ { "class" : "Dist::Zilla::Plugin::Test::TrailingSpace", "name" : "@Filter/Test::TrailingSpace", - "version" : "0.2.0" + "version" : null }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Filter/TestRelease", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -340,7 +339,7 @@ { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@SHLOMIF/SingleEncoding", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Plugin::WikiDoc", @@ -350,87 +349,87 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Name", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@SHLOMIF/Version", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@SHLOMIF/Prelude", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Synopsis", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Description", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Usage", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Overview", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Stability", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Requirements", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Attributes", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Constructors", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Methods", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Functions", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@SHLOMIF/Leftovers", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@SHLOMIF/postlude", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Support", @@ -440,12 +439,12 @@ { "class" : "Pod::Weaver::Section::Authors", "name" : "@SHLOMIF/Authors", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Bugs", "name" : "@SHLOMIF/Bugs", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -455,12 +454,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@SHLOMIF/Legal", - "version" : "4.015" + "version" : "4.017" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@SHLOMIF/List", - "version" : "4.015" + "version" : "4.017" } ] } @@ -471,7 +470,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Filter/UploadToCPAN", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Test::TidyAll", @@ -481,57 +480,57 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.015" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.015" + "version" : "6.017" } ], "zilla" : { @@ -539,11 +538,11 @@ "config" : { "is_trial" : 0 }, - "version" : "6.015" + "version" : "6.017" } }, - "x_generated_by_perl" : "v5.30.3", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", + "x_generated_by_perl" : "v5.32.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.25", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/META.yml new/Test-PerlTidy-20210709/META.yml --- old/Test-PerlTidy-20200930/META.yml 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/META.yml 2021-07-09 14:06:17.000000000 +0200 @@ -8,12 +8,11 @@ IPC::Open3: '0' Module::Build: '0.28' Test::More: '0.88' - Test::Perl::Critic: '0' configure_requires: ExtUtils::MakeMaker: '0' Module::Build: '0.28' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.015, 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 @@ -22,7 +21,7 @@ provides: Test::PerlTidy: file: lib/Test/PerlTidy.pm - version: '20200930' + version: '20210709' requires: Carp: '0' English: '0' @@ -42,10 +41,10 @@ bugtracker: https://github.com/shlomif/test-perltidy/issues homepage: http://metacpan.org/release/Test-PerlTidy repository: https://github.com/shlomif/Test-PerlTidy -version: '20200930' +version: '20210709' x_Dist_Zilla: perl: - version: '5.030003' + version: '5.032001' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -54,15 +53,15 @@ phase: test type: requires name: '@Filter/TestMoreDoneTesting' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Filter/AutoPrereqs' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::ExecDir name: '@Filter/ExecDir' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::GatherDir config: @@ -75,23 +74,23 @@ prune_directory: [] root: . name: '@Filter/GatherDir' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Filter/ManifestSkip' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::MetaYAML name: '@Filter/MetaYAML' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::PruneCruft name: '@Filter/PruneCruft' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::Readme name: '@Filter/Readme' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::RunExtraTests config: @@ -102,14 +101,14 @@ - class: Dist::Zilla::Plugin::ShareDir name: '@Filter/ShareDir' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/MakeMaker' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@Filter/CheckChangesHasContent' @@ -117,19 +116,19 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Filter/ConfirmRelease' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::Manifest name: '@Filter/Manifest' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::MetaConfig name: '@Filter/MetaConfig' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::MetaJSON name: '@Filter/MetaJSON' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -138,7 +137,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.015' + version: '6.017' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -153,26 +152,26 @@ - class: Dist::Zilla::Plugin::MetaResources name: '@Filter/MetaResources' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::ModuleBuild config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/ModuleBuild' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::PkgVersion name: '@Filter/PkgVersion' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Filter/PodCoverageTests' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Filter/PodSyntaxTests' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -224,11 +223,11 @@ - class: Dist::Zilla::Plugin::Test::TrailingSpace name: '@Filter/Test::TrailingSpace' - version: 0.2.0 + version: ~ - class: Dist::Zilla::Plugin::TestRelease name: '@Filter/TestRelease' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -240,7 +239,7 @@ - class: Pod::Weaver::Plugin::SingleEncoding name: '@SHLOMIF/SingleEncoding' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Plugin::WikiDoc name: '@SHLOMIF/WikiDoc' @@ -248,71 +247,71 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Name' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Version name: '@SHLOMIF/Version' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Region name: '@SHLOMIF/Prelude' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Synopsis' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Description' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Usage' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Overview' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Stability' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Collect name: Requirements - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Collect name: Attributes - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Collect name: Constructors - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Collect name: Methods - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Collect name: Functions - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Leftovers name: '@SHLOMIF/Leftovers' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Region name: '@SHLOMIF/postlude' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Support name: '@SHLOMIF/Support' @@ -320,11 +319,11 @@ - class: Pod::Weaver::Section::Authors name: '@SHLOMIF/Authors' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Bugs name: '@SHLOMIF/Bugs' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Section::Contributors name: '@SHLOMIF/Contributors' @@ -332,17 +331,17 @@ - class: Pod::Weaver::Section::Legal name: '@SHLOMIF/Legal' - version: '4.015' + version: '4.017' - class: Pod::Weaver::Plugin::Transformer name: '@SHLOMIF/List' - version: '4.015' + version: '4.017' name: '@Filter/PodWeaver' version: '4.008' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Filter/UploadToCPAN' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::Test::TidyAll name: Test::TidyAll @@ -350,52 +349,52 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.015' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.015' + version: '6.017' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.015' -x_generated_by_perl: v5.30.3 + version: '6.017' +x_generated_by_perl: v5.32.1 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/Makefile.PL new/Test-PerlTidy-20210709/Makefile.PL --- old/Test-PerlTidy-20200930/Makefile.PL 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/Makefile.PL 2021-07-09 14:06:17.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. use strict; use warnings; @@ -39,10 +39,9 @@ "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, - "Test::More" => "0.88", - "Test::Perl::Critic" => 0 + "Test::More" => "0.88" }, - "VERSION" => 20200930, + "VERSION" => 20210709, "test" => { "TESTS" => "t/*.t" } @@ -62,7 +61,6 @@ "Perl::Tidy" => 20201001, "Test::Builder" => 0, "Test::More" => "0.88", - "Test::Perl::Critic" => 0, "Text::Diff" => 0, "parent" => 0, "strict" => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/README new/Test-PerlTidy-20210709/README --- old/Test-PerlTidy-20200930/README 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/README 2021-07-09 14:06:17.000000000 +0200 @@ -1,12 +1,12 @@ This archive contains the distribution Test-PerlTidy, -version 20200930: +version 20210709: check that all your files are tidy. -This software is copyright (c) 2020 by Edmund von der Burg. +This software is copyright (c) 2021 by Edmund von der Burg. 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.015. +This README file was generated by Dist::Zilla::Plugin::Readme v6.017. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/dist.ini new/Test-PerlTidy-20210709/dist.ini --- old/Test-PerlTidy-20200930/dist.ini 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/dist.ini 2021-07-09 14:06:17.000000000 +0200 @@ -1,5 +1,5 @@ name = Test-PerlTidy -version = 20200930 +version = 20210709 author = Shlomi Fish <shlo...@cpan.org> license = Perl_5 copyright_holder = Edmund von der Burg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/lib/Test/PerlTidy.pm new/Test-PerlTidy-20210709/lib/Test/PerlTidy.pm --- old/Test-PerlTidy-20200930/lib/Test/PerlTidy.pm 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/lib/Test/PerlTidy.pm 2021-07-09 14:06:17.000000000 +0200 @@ -1,5 +1,5 @@ package Test::PerlTidy; -$Test::PerlTidy::VERSION = '20200930'; +$Test::PerlTidy::VERSION = '20210709'; use 5.014; use strict; use warnings; @@ -195,7 +195,7 @@ =head1 VERSION -version 20200930 +version 20210709 =head1 SYNOPSIS @@ -352,7 +352,7 @@ L<Perl::Tidy> -=head1 AUTHOR +=head1 ORIGINAL AUTHOR Edmund von der Burg, C<< <evdb at ecclestoad.co.uk> >> @@ -364,6 +364,8 @@ Larry Leszczynski, C<< <larryl at cpan.org> >> +Shlomi Fish, L<https://www.shlomifish.org/> + =head1 SUGGESTIONS Please let me know if you have any comments or suggestions. @@ -471,7 +473,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Edmund von der Burg. +This software is copyright (c) 2021 by Edmund von der Burg. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/t/critic.t new/Test-PerlTidy-20210709/t/critic.t --- old/Test-PerlTidy-20200930/t/critic.t 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/t/critic.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,23 +0,0 @@ -#!perl - -use strict; -use warnings; - -use File::Spec (); -use Test::More; - -unless ( $ENV{TEST_AUTHOR} ) { - plan skip_all => - 'Set $ENV{TEST_AUTHOR} to a true value to run critic tests.'; -} - -eval { require Test::Perl::Critic }; -if ($@) { - plan skip_all => 'Test::Perl::Critic required to criticise code.'; -} - -my $rcfile = File::Spec->catfile( 't', '_perlcriticrc.txt' ); - -Test::Perl::Critic->import( -profile => $rcfile ); - -all_critic_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/t/exclude_files.t new/Test-PerlTidy-20210709/t/exclude_files.t --- old/Test-PerlTidy-20200930/t/exclude_files.t 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/t/exclude_files.t 2021-07-09 14:06:17.000000000 +0200 @@ -11,7 +11,6 @@ Build.PL Makefile.PL t/00-compile.t - t/critic.t t/exclude_files.t t/exclude_perltidy.t t/is_file_tidy.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/t/list_files.t new/Test-PerlTidy-20210709/t/list_files.t --- old/Test-PerlTidy-20200930/t/list_files.t 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/t/list_files.t 2021-07-09 14:06:17.000000000 +0200 @@ -12,7 +12,6 @@ Makefile.PL lib/Test/PerlTidy.pm t/00-compile.t - t/critic.t t/exclude_files.t t/exclude_perltidy.t t/is_file_tidy.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/xt/author/eol.t new/Test-PerlTidy-20210709/xt/author/eol.t --- old/Test-PerlTidy-20200930/xt/author/eol.t 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/xt/author/eol.t 2021-07-09 14:06:17.000000000 +0200 @@ -11,7 +11,6 @@ 't/00-compile.t', 't/_perlcriticrc.txt', 't/_perltidyrc.txt', - 't/critic.t', 't/exclude_files.t', 't/exclude_perltidy.t', 't/is_file_tidy.t', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200930/xt/author/no-tabs.t new/Test-PerlTidy-20210709/xt/author/no-tabs.t --- old/Test-PerlTidy-20200930/xt/author/no-tabs.t 2020-09-30 12:56:39.000000000 +0200 +++ new/Test-PerlTidy-20210709/xt/author/no-tabs.t 2021-07-09 14:06:17.000000000 +0200 @@ -11,7 +11,6 @@ 't/00-compile.t', 't/_perlcriticrc.txt', 't/_perltidyrc.txt', - 't/critic.t', 't/exclude_files.t', 't/exclude_perltidy.t', 't/is_file_tidy.t',