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 2026-01-17 14:55:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old) and /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-PerlTidy" Sat Jan 17 14:55:18 2026 rev:11 rq:1327642 version:20260110.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes 2023-03-10 22:09:05.505600096 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.1928/perl-Test-PerlTidy.changes 2026-01-17 14:56:35.675801177 +0100 @@ -1,0 +2,12 @@ +Sun Jan 11 05:45:41 UTC 2026 - Tina Müller <[email protected]> + +- updated to 20260110.0.0 (20260110) + see /usr/share/doc/packages/perl-Test-PerlTidy/Changes + + 20260110 2026-01-10 + + * Check .psgi and cpanfile files. + * https://github.com/shlomif/Test-PerlTidy/pull/11 + * Thanks to @dboehmer ! + +------------------------------------------------------------------- Old: ---- Test-PerlTidy-20230226.tar.gz New: ---- README.md Test-PerlTidy-20260110.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-PerlTidy.spec ++++++ --- /var/tmp/diff_new_pack.vjcYxa/_old 2026-01-17 14:56:37.371872088 +0100 +++ /var/tmp/diff_new_pack.vjcYxa/_new 2026-01-17 14:56:37.387872757 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-PerlTidy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,20 @@ %define cpan_name Test-PerlTidy Name: perl-Test-PerlTidy -Version: 20230226 +Version: 20260110.0.0 Release: 0 +# 20260110 -> normalize -> 20260110.0.0 +%define cpan_version 20260110 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Check that all your files are tidy URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Module::Build) >= 0.280 BuildRequires: perl(Path::Tiny) >= 0.100 BuildRequires: perl(Perl::Tidy) >= 20220613 BuildRequires: perl(Test::More) >= 0.88 @@ -38,6 +41,8 @@ Requires: perl(Perl::Tidy) >= 20220613 Requires: perl(Text::Diff) Requires: perl(parent) +Provides: perl(Test::PerlTidy) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -49,17 +54,17 @@ and its subdirectories with extensions matching: .pm .pl .PL .t. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ Test-PerlTidy-20230226.tar.gz -> Test-PerlTidy-20260110.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/Build.PL new/Test-PerlTidy-20260110/Build.PL --- old/Test-PerlTidy-20230226/Build.PL 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/Build.PL 2026-01-10 10:58:00.000000000 +0100 @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.025. +# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.033. use strict; use warnings; @@ -19,7 +19,7 @@ "Shlomi Fish <shlomif\@cpan.org>" ], "dist_name" => "Test-PerlTidy", - "dist_version" => 20230226, + "dist_version" => 20260110, "license" => "perl", "module_name" => "Test::PerlTidy", "recursive_test_files" => 1, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/Changes new/Test-PerlTidy-20260110/Changes --- old/Test-PerlTidy-20230226/Changes 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/Changes 2026-01-10 10:58:00.000000000 +0100 @@ -1,5 +1,11 @@ CHANGES +20260110 2026-01-10 + + * Check .psgi and cpanfile files. + * https://github.com/shlomif/Test-PerlTidy/pull/11 + * Thanks to @dboehmer ! + 20230226 2023-02-26 * Cleanups and speedups diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/MANIFEST new/Test-PerlTidy-20260110/MANIFEST --- old/Test-PerlTidy-20230226/MANIFEST 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/MANIFEST 2026-01-10 10:58:00.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.025. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.033. Build.PL Changes MANIFEST @@ -19,6 +19,8 @@ t/list_files.t t/messy_file.txt t/perltidy.t +t/test_files/cpanfile +t/test_files/test_app.psgi t/tidy_file.txt weaver.ini xt/author/eol.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/META.json new/Test-PerlTidy-20260110/META.json --- old/Test-PerlTidy-20230226/META.json 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/META.json 2026-01-10 10:58:00.000000000 +0100 @@ -4,7 +4,7 @@ "Shlomi Fish <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.033, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -68,7 +68,7 @@ "provides" : { "Test::PerlTidy" : { "file" : "lib/Test/PerlTidy.pm", - "version" : "20230226" + "version" : "20260110" } }, "release_status" : "stable", @@ -83,10 +83,10 @@ "web" : "https://github.com/shlomif/test-perltidy" } }, - "version" : "20230226", + "version" : "20260110", "x_Dist_Zilla" : { "perl" : { - "version" : "5.036000" + "version" : "5.042000" }, "plugins" : [ { @@ -98,17 +98,17 @@ } }, "name" : "@Filter/TestMoreDoneTesting", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Filter/AutoPrereqs", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Filter/ExecDir", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::GatherDir", @@ -124,27 +124,27 @@ } }, "name" : "@Filter/GatherDir", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Filter/ManifestSkip", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Filter/MetaYAML", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Filter/PruneCruft", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Filter/Readme", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -159,7 +159,7 @@ { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Filter/ShareDir", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -169,7 +169,7 @@ } }, "name" : "@Filter/MakeMaker", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", @@ -179,22 +179,22 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Filter/ConfirmRelease", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Filter/Manifest", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Filter/MetaConfig", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Filter/MetaJSON", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -204,7 +204,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.025" + "version" : "6.033" } ], "include_underscores" : 0 @@ -216,7 +216,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000037", + "Module::Metadata" : "1.000038", "version" : "0.006" } }, @@ -226,7 +226,7 @@ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@Filter/MetaResources", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::ModuleBuild", @@ -236,22 +236,22 @@ } }, "name" : "@Filter/ModuleBuild", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Filter/PkgVersion", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Filter/PodCoverageTests", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Filter/PodSyntaxTests", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -280,11 +280,12 @@ "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", "config" : { "Dist::Zilla::Plugin::Test::CPAN::Changes" : { - "changelog" : "Changes" + "changelog" : "Changes", + "filename" : "xt/release/cpan-changes.t" } }, "name" : "@Filter/Test::CPAN::Changes", - "version" : "0.012" + "version" : "0.013" }, { "class" : "Dist::Zilla::Plugin::Test::EOL", @@ -325,7 +326,7 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Filter/TestRelease", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -339,7 +340,7 @@ { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@SHLOMIF/SingleEncoding", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Plugin::WikiDoc", @@ -349,102 +350,102 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Name", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@SHLOMIF/Version", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@SHLOMIF/Prelude", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Synopsis", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Description", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Usage", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Overview", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "@SHLOMIF/Stability", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Requirements", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Attributes", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Constructors", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Methods", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "Functions", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@SHLOMIF/Leftovers", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@SHLOMIF/postlude", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Support", "name" : "@SHLOMIF/Support", - "version" : "1.013" + "version" : "1.014" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "@SHLOMIF/Authors", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Bugs", "name" : "@SHLOMIF/Bugs", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -454,12 +455,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@SHLOMIF/Legal", - "version" : "4.019" + "version" : "4.020" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@SHLOMIF/List", - "version" : "4.019" + "version" : "4.020" } ] } @@ -470,7 +471,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Filter/UploadToCPAN", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::Test::TidyAll", @@ -480,57 +481,57 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.025" + "version" : "6.033" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.025" + "version" : "6.033" } ], "zilla" : { @@ -538,11 +539,11 @@ "config" : { "is_trial" : 0 }, - "version" : "6.025" + "version" : "6.033" } }, - "x_generated_by_perl" : "v5.36.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.32", + "x_generated_by_perl" : "v5.42.0", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.40", "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-20230226/META.yml new/Test-PerlTidy-20260110/META.yml --- old/Test-PerlTidy-20230226/META.yml 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/META.yml 2026-01-10 10:58:00.000000000 +0100 @@ -12,7 +12,7 @@ ExtUtils::MakeMaker: '0' Module::Build: '0.28' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.033, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,7 +21,7 @@ provides: Test::PerlTidy: file: lib/Test/PerlTidy.pm - version: '20230226' + version: '20260110' requires: Carp: '0' English: '0' @@ -41,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: '20230226' +version: '20260110' x_Dist_Zilla: perl: - version: '5.036000' + version: '5.042000' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -53,15 +53,15 @@ phase: test type: requires name: '@Filter/TestMoreDoneTesting' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Filter/AutoPrereqs' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::ExecDir name: '@Filter/ExecDir' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::GatherDir config: @@ -74,23 +74,23 @@ prune_directory: [] root: . name: '@Filter/GatherDir' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Filter/ManifestSkip' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::MetaYAML name: '@Filter/MetaYAML' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::PruneCruft name: '@Filter/PruneCruft' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::Readme name: '@Filter/Readme' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::RunExtraTests config: @@ -101,14 +101,14 @@ - class: Dist::Zilla::Plugin::ShareDir name: '@Filter/ShareDir' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/MakeMaker' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@Filter/CheckChangesHasContent' @@ -116,19 +116,19 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Filter/ConfirmRelease' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::Manifest name: '@Filter/Manifest' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::MetaConfig name: '@Filter/MetaConfig' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::MetaJSON name: '@Filter/MetaJSON' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -137,7 +137,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.025' + version: '6.033' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -145,33 +145,33 @@ inherit_version: 1 meta_noindex: 1 Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000037' + Module::Metadata: '1.000038' version: '0.006' name: '@Filter/MetaProvides::Package' version: '2.004003' - class: Dist::Zilla::Plugin::MetaResources name: '@Filter/MetaResources' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::ModuleBuild config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/ModuleBuild' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::PkgVersion name: '@Filter/PkgVersion' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Filter/PodCoverageTests' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Filter/PodSyntaxTests' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -195,8 +195,9 @@ config: Dist::Zilla::Plugin::Test::CPAN::Changes: changelog: Changes + filename: xt/release/cpan-changes.t name: '@Filter/Test::CPAN::Changes' - version: '0.012' + version: '0.013' - class: Dist::Zilla::Plugin::Test::EOL config: @@ -227,7 +228,7 @@ - class: Dist::Zilla::Plugin::TestRelease name: '@Filter/TestRelease' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -239,7 +240,7 @@ - class: Pod::Weaver::Plugin::SingleEncoding name: '@SHLOMIF/SingleEncoding' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Plugin::WikiDoc name: '@SHLOMIF/WikiDoc' @@ -247,83 +248,83 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Name' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Version name: '@SHLOMIF/Version' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Region name: '@SHLOMIF/Prelude' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Synopsis' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Description' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Usage' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Overview' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Generic name: '@SHLOMIF/Stability' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Collect name: Requirements - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Collect name: Attributes - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Collect name: Constructors - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Collect name: Methods - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Collect name: Functions - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Leftovers name: '@SHLOMIF/Leftovers' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Region name: '@SHLOMIF/postlude' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Support name: '@SHLOMIF/Support' - version: '1.013' + version: '1.014' - class: Pod::Weaver::Section::Authors name: '@SHLOMIF/Authors' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Bugs name: '@SHLOMIF/Bugs' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Section::Contributors name: '@SHLOMIF/Contributors' @@ -331,17 +332,17 @@ - class: Pod::Weaver::Section::Legal name: '@SHLOMIF/Legal' - version: '4.019' + version: '4.020' - class: Pod::Weaver::Plugin::Transformer name: '@SHLOMIF/List' - version: '4.019' + version: '4.020' name: '@Filter/PodWeaver' version: '4.010' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Filter/UploadToCPAN' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::Test::TidyAll name: Test::TidyAll @@ -349,52 +350,52 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.025' + version: '6.033' - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.025' + version: '6.033' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: '6.025' -x_generated_by_perl: v5.36.0 -x_serialization_backend: 'YAML::Tiny version 1.73' + version: '6.033' +x_generated_by_perl: v5.42.0 +x_serialization_backend: 'YAML::Tiny version 1.76' 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-20230226/Makefile.PL new/Test-PerlTidy-20260110/Makefile.PL --- old/Test-PerlTidy-20230226/Makefile.PL 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/Makefile.PL 2026-01-10 10:58:00.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.025. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033. use strict; use warnings; @@ -41,7 +41,7 @@ "IPC::Open3" => 0, "Test::More" => "0.88" }, - "VERSION" => 20230226, + "VERSION" => 20260110, "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/README new/Test-PerlTidy-20260110/README --- old/Test-PerlTidy-20230226/README 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/README 2026-01-10 10:58:00.000000000 +0100 @@ -1,12 +1,12 @@ This archive contains the distribution Test-PerlTidy, -version 20230226: +version 20260110: check that all your files are tidy. -This software is copyright (c) 2023 by Edmund von der Burg. +This software is copyright (c) 2026 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.025. +This README file was generated by Dist::Zilla::Plugin::Readme v6.033. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/dist.ini new/Test-PerlTidy-20260110/dist.ini --- old/Test-PerlTidy-20230226/dist.ini 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/dist.ini 2026-01-10 10:58:00.000000000 +0100 @@ -1,5 +1,5 @@ name = Test-PerlTidy -version = 20230226 +version = 20260110 author = Shlomi Fish <[email protected]> license = Perl_5 copyright_holder = Edmund von der Burg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/lib/Test/PerlTidy.pm new/Test-PerlTidy-20260110/lib/Test/PerlTidy.pm --- old/Test-PerlTidy-20230226/lib/Test/PerlTidy.pm 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/lib/Test/PerlTidy.pm 2026-01-10 10:58:01.000000000 +0100 @@ -1,5 +1,5 @@ package Test::PerlTidy; -$Test::PerlTidy::VERSION = '20230226'; +$Test::PerlTidy::VERSION = '20260110'; use 5.014; use strict; use warnings; @@ -156,7 +156,15 @@ if $exclude_me; # no need to check more exclusions... } return if $exclude_me; - if ( $fn->is_file && ( $fn =~ /\.(?:pl|pm|PL|t)\z/ ) ) { + if ( + $fn->is_file + and ( + $fn =~ + m{(\A|[\\/])cpanfile\z} # cpanfile or ...\cpanfile or .../cpanfile + or $fn =~ /\.(?:PL|pl|pm|psgi|t)\z/ # known extensions + ) + ) + { push @filenames, $fn; } }, @@ -201,7 +209,7 @@ =head1 VERSION -version 20230226 +version 20260110 =head1 SYNOPSIS @@ -479,7 +487,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2023 by Edmund von der Burg. +This software is copyright (c) 2026 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-20230226/t/exclude_files.t new/Test-PerlTidy-20260110/t/exclude_files.t --- old/Test-PerlTidy-20230226/t/exclude_files.t 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/t/exclude_files.t 2026-01-10 10:58:00.000000000 +0100 @@ -7,7 +7,7 @@ use Test::PerlTidy (); -my @wanted_files = sort qw( +my @wanted_files = qw( Build.PL Makefile.PL scripts/tag-release.pl @@ -17,6 +17,8 @@ t/is_file_tidy.t t/list_files.t t/perltidy.t + t/test_files/cpanfile + t/test_files/test_app.psgi ); @wanted_files = map { my $ret = $_; $ret =~ s/\//\\/g; $ret } @wanted_files @@ -29,4 +31,4 @@ ); # TEST -is_deeply( \@wanted_files, \@found_files ); +is_deeply( [ sort @found_files ], \@wanted_files ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/t/list_files.t new/Test-PerlTidy-20260110/t/list_files.t --- old/Test-PerlTidy-20230226/t/list_files.t 2023-02-26 07:04:35.000000000 +0100 +++ new/Test-PerlTidy-20260110/t/list_files.t 2026-01-10 10:58:00.000000000 +0100 @@ -7,7 +7,7 @@ use Test::PerlTidy (); -my @wanted_files = sort qw( +my @wanted_files = qw( Build.PL Makefile.PL lib/Test/PerlTidy.pm @@ -18,13 +18,15 @@ t/is_file_tidy.t t/list_files.t t/perltidy.t + t/test_files/cpanfile + t/test_files/test_app.psgi ); @wanted_files = map { my $ret = $_; $ret =~ s/\//\\/g; $ret } @wanted_files if $^O eq 'MSWin32'; my @found_files = - Test::PerlTidy::list_files( path => '.', exclude => [ qr/blib|xt/, ], ); + Test::PerlTidy::list_files( path => '.', exclude => [qr/blib|xt/] ); # TEST -is_deeply( \@wanted_files, \@found_files ); +is_deeply( [ sort @found_files ], \@wanted_files ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/t/test_files/cpanfile new/Test-PerlTidy-20260110/t/test_files/cpanfile --- old/Test-PerlTidy-20230226/t/test_files/cpanfile 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-PerlTidy-20260110/t/test_files/cpanfile 2026-01-10 10:58:01.000000000 +0100 @@ -0,0 +1 @@ +requires "perl"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/t/test_files/test_app.psgi new/Test-PerlTidy-20260110/t/test_files/test_app.psgi --- old/Test-PerlTidy-20230226/t/test_files/test_app.psgi 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-PerlTidy-20260110/t/test_files/test_app.psgi 2026-01-10 10:58:01.000000000 +0100 @@ -0,0 +1,3 @@ +sub { + return [ '200', [ 'Content-Type' => 'text/plain' ], ["Hello World\n"] ]; +}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/xt/author/eol.t new/Test-PerlTidy-20260110/xt/author/eol.t --- old/Test-PerlTidy-20230226/xt/author/eol.t 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/xt/author/eol.t 2026-01-10 10:58:00.000000000 +0100 @@ -17,6 +17,8 @@ 't/list_files.t', 't/messy_file.txt', 't/perltidy.t', + 't/test_files/cpanfile', + 't/test_files/test_app.psgi', 't/tidy_file.txt' ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/xt/author/no-tabs.t new/Test-PerlTidy-20260110/xt/author/no-tabs.t --- old/Test-PerlTidy-20230226/xt/author/no-tabs.t 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/xt/author/no-tabs.t 2026-01-10 10:58:00.000000000 +0100 @@ -17,6 +17,8 @@ 't/list_files.t', 't/messy_file.txt', 't/perltidy.t', + 't/test_files/cpanfile', + 't/test_files/test_app.psgi', 't/tidy_file.txt' ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/xt/author/pod-coverage.t new/Test-PerlTidy-20260110/xt/author/pod-coverage.t --- old/Test-PerlTidy-20230226/xt/author/pod-coverage.t 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/xt/author/pod-coverage.t 2026-01-10 10:58:01.000000000 +0100 @@ -1,6 +1,7 @@ #!perl # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. - +use strict; +use warnings; use Test::Pod::Coverage 1.08; use Pod::Coverage::TrustPod; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/xt/release/cpan-changes.t new/Test-PerlTidy-20260110/xt/release/cpan-changes.t --- old/Test-PerlTidy-20230226/xt/release/cpan-changes.t 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/xt/release/cpan-changes.t 2026-01-10 10:58:01.000000000 +0100 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012 +# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.013 use Test::More 0.96 tests => 1; use Test::CPAN::Changes; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20230226/xt/release/trailing-space.t new/Test-PerlTidy-20260110/xt/release/trailing-space.t --- old/Test-PerlTidy-20230226/xt/release/trailing-space.t 2023-02-26 07:04:36.000000000 +0100 +++ new/Test-PerlTidy-20260110/xt/release/trailing-space.t 2026-01-10 10:58:01.000000000 +0100 @@ -21,6 +21,7 @@ { root => '.', filename_regex => qr#(?:\.(?:t|pm|pl|xs|c|h|txt|pod|PL)|README|Changes|TODO|LICENSE)\z#, + abs_path_prune_re => undef, }, ); ++++++ _scmsync.obsinfo ++++++ mtime: 1768110341 commit: 8b1613bc779026cd74dbb34463ffb8d7871da13182c33ad7cc59a1f7b229ff98 url: https://src.opensuse.org/perl/perl-Test-PerlTidy.git revision: 8b1613bc779026cd74dbb34463ffb8d7871da13182c33ad7cc59a1f7b229ff98 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-01-15 20:50:24.000000000 +0100 @@ -0,0 +1 @@ +.osc
