Hello community, here is the log from the commit of package perl-Test-PerlTidy for openSUSE:Factory checked in at 2020-10-10 00:27:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old) and /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-PerlTidy" Sat Oct 10 00:27:50 2020 rev:7 rq:839562 version:20200930 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes 2020-04-16 23:01:47.223606572 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new.4249/perl-Test-PerlTidy.changes 2020-10-10 00:27:52.165108942 +0200 @@ -1,0 +2,10 @@ +Sun Oct 4 03:26:23 UTC 2020 - Tina Müller <[email protected]> + +- updated to 20200930 + see /usr/share/doc/packages/perl-Test-PerlTidy/Changes + + 20200930 2020-09-30 + + * Fix the tests with lates Perl::Tidy + +------------------------------------------------------------------- Old: ---- Test-PerlTidy-20200412.tar.gz New: ---- Test-PerlTidy-20200930.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Test-PerlTidy.spec ++++++ --- /var/tmp/diff_new_pack.WTHS3y/_old 2020-10-10 00:27:52.965109339 +0200 +++ /var/tmp/diff_new_pack.WTHS3y/_new 2020-10-10 00:27:52.969109341 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-PerlTidy # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-Test-PerlTidy -Version: 20200412 +Version: 20200930 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} +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 @@ -32,13 +32,13 @@ BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Path::Tiny) >= 0.100 -BuildRequires: perl(Perl::Tidy) >= 20181120 +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 -Requires: perl(Perl::Tidy) >= 20181120 +Requires: perl(Perl::Tidy) >= 20201001 Requires: perl(Text::Diff) Requires: perl(parent) %{perl_requires} ++++++ Test-PerlTidy-20200412.tar.gz -> Test-PerlTidy-20200930.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/Build.PL new/Test-PerlTidy-20200930/Build.PL --- old/Test-PerlTidy-20200412/Build.PL 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/Build.PL 2020-09-30 12:56:39.000000000 +0200 @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.014. +# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.015. use strict; use warnings; @@ -19,7 +19,7 @@ "Shlomi Fish <shlomif\@cpan.org>" ], "dist_name" => "Test-PerlTidy", - "dist_version" => 20200412, + "dist_version" => 20200930, "license" => "perl", "module_name" => "Test::PerlTidy", "recursive_test_files" => 1, @@ -30,7 +30,7 @@ "File::Spec" => 0, "IO::File" => 0, "Path::Tiny" => "0.100", - "Perl::Tidy" => 20181120, + "Perl::Tidy" => 20201001, "Test::Builder" => 0, "Text::Diff" => 0, "parent" => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/Changes new/Test-PerlTidy-20200930/Changes --- old/Test-PerlTidy-20200412/Changes 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/Changes 2020-09-30 12:56:39.000000000 +0200 @@ -1,5 +1,9 @@ CHANGES +20200930 2020-09-30 + + * Fix the tests with lates Perl::Tidy + 20200412 2020-04-12 * https://github.com/shlomif/Test-PerlTidy/issues/4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/MANIFEST new/Test-PerlTidy-20200930/MANIFEST --- old/Test-PerlTidy-20200412/MANIFEST 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/MANIFEST 2020-09-30 12:56:39.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.014. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. Build.PL Changes MANIFEST @@ -20,6 +20,7 @@ t/messy_file.txt t/perltidy.t t/tidy_file.txt +weaver.ini xt/author/eol.t xt/author/no-tabs.t xt/author/pod-coverage.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/META.json new/Test-PerlTidy-20200930/META.json --- old/Test-PerlTidy-20200412/META.json 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/META.json 2020-09-30 12:56:39.000000000 +0200 @@ -4,7 +4,7 @@ "Shlomi Fish <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -46,7 +46,7 @@ "File::Spec" : "0", "IO::File" : "0", "Path::Tiny" : "0.100", - "Perl::Tidy" : "20181120", + "Perl::Tidy" : "20201001", "Test::Builder" : "0", "Text::Diff" : "0", "parent" : "0", @@ -69,7 +69,7 @@ "provides" : { "Test::PerlTidy" : { "file" : "lib/Test/PerlTidy.pm", - "version" : "20200412" + "version" : "20200930" } }, "release_status" : "stable", @@ -84,10 +84,10 @@ "web" : "https://github.com/shlomif/test-perltidy" } }, - "version" : "20200412", + "version" : "20200930", "x_Dist_Zilla" : { "perl" : { - "version" : "5.030002" + "version" : "5.030003" }, "plugins" : [ { @@ -99,17 +99,17 @@ } }, "name" : "@Filter/TestMoreDoneTesting", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Filter/AutoPrereqs", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Filter/ExecDir", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::GatherDir", @@ -125,27 +125,27 @@ } }, "name" : "@Filter/GatherDir", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Filter/ManifestSkip", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Filter/MetaYAML", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Filter/PruneCruft", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Filter/Readme", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -160,7 +160,7 @@ { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Filter/ShareDir", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -170,7 +170,7 @@ } }, "name" : "@Filter/MakeMaker", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", @@ -180,22 +180,22 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Filter/ConfirmRelease", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Filter/Manifest", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Filter/MetaConfig", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Filter/MetaJSON", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -205,7 +205,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.014" + "version" : "6.015" } ], "include_underscores" : 0 @@ -217,7 +217,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000036", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -227,7 +227,7 @@ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@Filter/MetaResources", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::ModuleBuild", @@ -237,22 +237,22 @@ } }, "name" : "@Filter/ModuleBuild", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Filter/PkgVersion", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Filter/PodCoverageTests", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Filter/PodSyntaxTests", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -326,7 +326,7 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Filter/TestRelease", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -338,6 +338,16 @@ ], "plugins" : [ { + "class" : "Pod::Weaver::Plugin::SingleEncoding", + "name" : "@SHLOMIF/SingleEncoding", + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Plugin::WikiDoc", + "name" : "@SHLOMIF/WikiDoc", + "version" : "0.093004" + }, + { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", "version" : "4.015" @@ -348,73 +358,108 @@ "version" : "4.015" }, { - "class" : "Pod::Weaver::Plugin::SingleEncoding", - "name" : "@Default/SingleEncoding", + "class" : "Pod::Weaver::Section::Generic", + "name" : "@SHLOMIF/Name", + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Section::Version", + "name" : "@SHLOMIF/Version", "version" : "4.015" }, { - "class" : "Pod::Weaver::Section::Name", - "name" : "@Default/Name", + "class" : "Pod::Weaver::Section::Region", + "name" : "@SHLOMIF/Prelude", "version" : "4.015" }, { - "class" : "Pod::Weaver::Section::Version", - "name" : "@Default/Version", + "class" : "Pod::Weaver::Section::Generic", + "name" : "@SHLOMIF/Synopsis", "version" : "4.015" }, { - "class" : "Pod::Weaver::Section::Region", - "name" : "@Default/prelude", + "class" : "Pod::Weaver::Section::Generic", + "name" : "@SHLOMIF/Description", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", - "name" : "SYNOPSIS", + "name" : "@SHLOMIF/Usage", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", - "name" : "DESCRIPTION", + "name" : "@SHLOMIF/Overview", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", - "name" : "OVERVIEW", + "name" : "@SHLOMIF/Stability", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", - "name" : "ATTRIBUTES", + "name" : "Requirements", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", - "name" : "METHODS", + "name" : "Attributes", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", - "name" : "FUNCTIONS", + "name" : "Constructors", + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Section::Collect", + "name" : "Methods", + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Section::Collect", + "name" : "Functions", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", - "name" : "@Default/Leftovers", + "name" : "@SHLOMIF/Leftovers", "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", - "name" : "@Default/postlude", + "name" : "@SHLOMIF/postlude", "version" : "4.015" }, { + "class" : "Pod::Weaver::Section::Support", + "name" : "@SHLOMIF/Support", + "version" : "1.013" + }, + { "class" : "Pod::Weaver::Section::Authors", - "name" : "@Default/Authors", + "name" : "@SHLOMIF/Authors", "version" : "4.015" }, { + "class" : "Pod::Weaver::Section::Bugs", + "name" : "@SHLOMIF/Bugs", + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Section::Contributors", + "name" : "@SHLOMIF/Contributors", + "version" : "0.009" + }, + { "class" : "Pod::Weaver::Section::Legal", - "name" : "@Default/Legal", + "name" : "@SHLOMIF/Legal", + "version" : "4.015" + }, + { + "class" : "Pod::Weaver::Plugin::Transformer", + "name" : "@SHLOMIF/List", "version" : "4.015" } ] @@ -426,7 +471,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Filter/UploadToCPAN", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::Test::TidyAll", @@ -436,57 +481,57 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.014" + "version" : "6.015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.014" + "version" : "6.015" } ], "zilla" : { @@ -494,10 +539,10 @@ "config" : { "is_trial" : 0 }, - "version" : "6.014" + "version" : "6.015" } }, - "x_generated_by_perl" : "v5.30.2", + "x_generated_by_perl" : "v5.30.3", "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", "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-20200412/META.yml new/Test-PerlTidy-20200930/META.yml --- old/Test-PerlTidy-20200412/META.yml 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/META.yml 2020-09-30 12:56:39.000000000 +0200 @@ -13,7 +13,7 @@ ExtUtils::MakeMaker: '0' Module::Build: '0.28' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,7 +22,7 @@ provides: Test::PerlTidy: file: lib/Test/PerlTidy.pm - version: '20200412' + version: '20200930' requires: Carp: '0' English: '0' @@ -30,7 +30,7 @@ File::Spec: '0' IO::File: '0' Path::Tiny: '0.100' - Perl::Tidy: '20181120' + Perl::Tidy: '20201001' Test::Builder: '0' Text::Diff: '0' parent: '0' @@ -42,10 +42,10 @@ bugtracker: https://github.com/shlomif/test-perltidy/issues homepage: http://metacpan.org/release/Test-PerlTidy repository: https://github.com/shlomif/Test-PerlTidy -version: '20200412' +version: '20200930' x_Dist_Zilla: perl: - version: '5.030002' + version: '5.030003' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -54,15 +54,15 @@ phase: test type: requires name: '@Filter/TestMoreDoneTesting' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Filter/AutoPrereqs' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::ExecDir name: '@Filter/ExecDir' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::GatherDir config: @@ -75,23 +75,23 @@ prune_directory: [] root: . name: '@Filter/GatherDir' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Filter/ManifestSkip' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::MetaYAML name: '@Filter/MetaYAML' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::PruneCruft name: '@Filter/PruneCruft' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::Readme name: '@Filter/Readme' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::RunExtraTests config: @@ -102,14 +102,14 @@ - class: Dist::Zilla::Plugin::ShareDir name: '@Filter/ShareDir' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/MakeMaker' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@Filter/CheckChangesHasContent' @@ -117,19 +117,19 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Filter/ConfirmRelease' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::Manifest name: '@Filter/Manifest' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::MetaConfig name: '@Filter/MetaConfig' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::MetaJSON name: '@Filter/MetaJSON' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -138,7 +138,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.014' + version: '6.015' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -146,33 +146,33 @@ inherit_version: '1' meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000036' + Module::Metadata: '1.000037' version: '0.006' name: '@Filter/MetaProvides::Package' version: '2.004003' - class: Dist::Zilla::Plugin::MetaResources name: '@Filter/MetaResources' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::ModuleBuild config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/ModuleBuild' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::PkgVersion name: '@Filter/PkgVersion' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Filter/PodCoverageTests' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Filter/PodSyntaxTests' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::Test::Compile config: @@ -228,7 +228,7 @@ - class: Dist::Zilla::Plugin::TestRelease name: '@Filter/TestRelease' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -238,6 +238,14 @@ - ':ExecFiles' plugins: - + class: Pod::Weaver::Plugin::SingleEncoding + name: '@SHLOMIF/SingleEncoding' + version: '4.015' + - + class: Pod::Weaver::Plugin::WikiDoc + name: '@SHLOMIF/WikiDoc' + version: '0.093004' + - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' version: '4.015' @@ -246,67 +254,95 @@ name: '@CorePrep/H1Nester' version: '4.015' - - class: Pod::Weaver::Plugin::SingleEncoding - name: '@Default/SingleEncoding' - version: '4.015' - - - class: Pod::Weaver::Section::Name - name: '@Default/Name' + class: Pod::Weaver::Section::Generic + name: '@SHLOMIF/Name' version: '4.015' - class: Pod::Weaver::Section::Version - name: '@Default/Version' + name: '@SHLOMIF/Version' version: '4.015' - class: Pod::Weaver::Section::Region - name: '@Default/prelude' + name: '@SHLOMIF/Prelude' + version: '4.015' + - + class: Pod::Weaver::Section::Generic + name: '@SHLOMIF/Synopsis' + version: '4.015' + - + class: Pod::Weaver::Section::Generic + name: '@SHLOMIF/Description' version: '4.015' - class: Pod::Weaver::Section::Generic - name: SYNOPSIS + name: '@SHLOMIF/Usage' version: '4.015' - class: Pod::Weaver::Section::Generic - name: DESCRIPTION + name: '@SHLOMIF/Overview' version: '4.015' - class: Pod::Weaver::Section::Generic - name: OVERVIEW + name: '@SHLOMIF/Stability' + version: '4.015' + - + class: Pod::Weaver::Section::Collect + name: Requirements + version: '4.015' + - + class: Pod::Weaver::Section::Collect + name: Attributes version: '4.015' - class: Pod::Weaver::Section::Collect - name: ATTRIBUTES + name: Constructors version: '4.015' - class: Pod::Weaver::Section::Collect - name: METHODS + name: Methods version: '4.015' - class: Pod::Weaver::Section::Collect - name: FUNCTIONS + name: Functions version: '4.015' - class: Pod::Weaver::Section::Leftovers - name: '@Default/Leftovers' + name: '@SHLOMIF/Leftovers' version: '4.015' - class: Pod::Weaver::Section::Region - name: '@Default/postlude' + name: '@SHLOMIF/postlude' version: '4.015' - + class: Pod::Weaver::Section::Support + name: '@SHLOMIF/Support' + version: '1.013' + - class: Pod::Weaver::Section::Authors - name: '@Default/Authors' + name: '@SHLOMIF/Authors' + version: '4.015' + - + class: Pod::Weaver::Section::Bugs + name: '@SHLOMIF/Bugs' version: '4.015' - + class: Pod::Weaver::Section::Contributors + name: '@SHLOMIF/Contributors' + version: '0.009' + - class: Pod::Weaver::Section::Legal - name: '@Default/Legal' + name: '@SHLOMIF/Legal' + version: '4.015' + - + class: Pod::Weaver::Plugin::Transformer + name: '@SHLOMIF/List' version: '4.015' name: '@Filter/PodWeaver' version: '4.008' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Filter/UploadToCPAN' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::Test::TidyAll name: Test::TidyAll @@ -314,52 +350,52 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.014' + version: '6.015' - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.014' + version: '6.015' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.014' -x_generated_by_perl: v5.30.2 + version: '6.015' +x_generated_by_perl: v5.30.3 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-20200412/Makefile.PL new/Test-PerlTidy-20200930/Makefile.PL --- old/Test-PerlTidy-20200412/Makefile.PL 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/Makefile.PL 2020-09-30 12:56:39.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.014. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. use strict; use warnings; @@ -27,7 +27,7 @@ "File::Spec" => 0, "IO::File" => 0, "Path::Tiny" => "0.100", - "Perl::Tidy" => 20181120, + "Perl::Tidy" => 20201001, "Test::Builder" => 0, "Text::Diff" => 0, "parent" => 0, @@ -42,7 +42,7 @@ "Test::More" => "0.88", "Test::Perl::Critic" => 0 }, - "VERSION" => 20200412, + "VERSION" => 20200930, "test" => { "TESTS" => "t/*.t" } @@ -59,7 +59,7 @@ "IPC::Open3" => 0, "Module::Build" => "0.28", "Path::Tiny" => "0.100", - "Perl::Tidy" => 20181120, + "Perl::Tidy" => 20201001, "Test::Builder" => 0, "Test::More" => "0.88", "Test::Perl::Critic" => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/README new/Test-PerlTidy-20200930/README --- old/Test-PerlTidy-20200412/README 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/README 2020-09-30 12:56:39.000000000 +0200 @@ -1,5 +1,5 @@ This archive contains the distribution Test-PerlTidy, -version 20200412: +version 20200930: check that all your files are tidy. @@ -9,4 +9,4 @@ the same terms as the Perl 5 programming language system itself. -This README file was generated by Dist::Zilla::Plugin::Readme v6.014. +This README file was generated by Dist::Zilla::Plugin::Readme v6.015. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/dist.ini new/Test-PerlTidy-20200930/dist.ini --- old/Test-PerlTidy-20200412/dist.ini 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/dist.ini 2020-09-30 12:56:39.000000000 +0200 @@ -1,5 +1,5 @@ name = Test-PerlTidy -version = 20200412 +version = 20200930 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-20200412/lib/Test/PerlTidy.pm new/Test-PerlTidy-20200930/lib/Test/PerlTidy.pm --- old/Test-PerlTidy-20200412/lib/Test/PerlTidy.pm 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/lib/Test/PerlTidy.pm 2020-09-30 12:56:39.000000000 +0200 @@ -1,5 +1,5 @@ package Test::PerlTidy; -$Test::PerlTidy::VERSION = '20200412'; +$Test::PerlTidy::VERSION = '20200930'; use 5.014; use strict; use warnings; @@ -14,7 +14,7 @@ use Path::Tiny 0.100 qw( path ); use File::Spec (); use IO::File (); -use Perl::Tidy 20181120; +use Perl::Tidy 20201001; use Test::Builder (); use Text::Diff qw( diff ); @@ -191,11 +191,11 @@ =head1 NAME -Test::PerlTidy +Test::PerlTidy - check that all your files are tidy. =head1 VERSION -version 20200412 +version 20200930 =head1 SYNOPSIS @@ -227,10 +227,6 @@ =for stopwords Hmmm perltidy cvs perltidyrc subdirectories listref canonified pre von der Leszczynski perl -=head1 NAME - -Test::PerlTidy - check that all your files are tidy. - =head1 REASONS TO DO THIS If the style is mandated in tests then it will be adhered to. @@ -383,10 +379,96 @@ This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. +=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan + +=head1 SUPPORT + +=head2 Websites + +The following websites have more information about this module, and may be of help to you. As always, +in addition to those websites please use your favorite search engine to discover more resources. + +=over 4 + +=item * + +MetaCPAN + +A modern, open-source CPAN search engine, useful to view POD in HTML format. + +L<https://metacpan.org/release/Test-PerlTidy> + +=item * + +RT: CPAN's Bug Tracker + +The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN. + +L<https://rt.cpan.org/Public/Dist/Display.html?Name=Test-PerlTidy> + +=item * + +CPANTS + +The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution. + +L<http://cpants.cpanauthors.org/dist/Test-PerlTidy> + +=item * + +CPAN Testers + +The CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN distributions. + +L<http://www.cpantesters.org/distro/T/Test-PerlTidy> + +=item * + +CPAN Testers Matrix + +The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms. + +L<http://matrix.cpantesters.org/?dist=Test-PerlTidy> + +=item * + +CPAN Testers Dependencies + +The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution. + +L<http://deps.cpantesters.org/?module=Test::PerlTidy> + +=back + +=head2 Bugs / Feature Requests + +Please report any bugs or feature requests by email to C<bug-test-perltidy at rt.cpan.org>, or through +the web interface at L<https://rt.cpan.org/Public/Bug/Report.html?Queue=Test-PerlTidy>. You will be automatically notified of any +progress on the request by the system. + +=head2 Source Code + +The code is open to the world, and available for you to hack on. Please feel free to browse it and play +with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull +from your repository :) + +L<https://github.com/shlomif/test-perltidy> + + git clone https://github.com/shlomif/Test-PerlTidy + =head1 AUTHOR Shlomi Fish <[email protected]> +=head1 BUGS + +Please report any bugs or feature requests on the bugtracker website +L<https://github.com/shlomif/test-perltidy/issues> + +When submitting a bug or request, please include a test-file or a +patch to an existing test-file that illustrates the bug or desired +feature. + =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2020 by Edmund von der Burg. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/t/tidy_file.txt new/Test-PerlTidy-20200930/t/tidy_file.txt --- old/Test-PerlTidy-20200412/t/tidy_file.txt 2020-04-12 08:59:21.000000000 +0200 +++ new/Test-PerlTidy-20200930/t/tidy_file.txt 2020-09-30 12:56:39.000000000 +0200 @@ -1,6 +1,6 @@ -$a = 8; +$a = 8; $G{ int( ++$a / 9 ) . $a % 9 + 1 } = $_ for split //, <>; -@A = 1 .. 9; +@A = 1 .. 9; sub c { int( ( $_[0] - 1 ) / 3 ) * 3; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-PerlTidy-20200412/weaver.ini new/Test-PerlTidy-20200930/weaver.ini --- old/Test-PerlTidy-20200412/weaver.ini 1970-01-01 01:00:00.000000000 +0100 +++ new/Test-PerlTidy-20200930/weaver.ini 2020-09-30 12:56:39.000000000 +0200 @@ -0,0 +1 @@ +[@SHLOMIF]
