houseabsolute / perl-code-tidyall

Engine for tidyall, your all-in-one code tidier and validator
https://metacpan.org/release/Code-TidyAll/
Other
21 stars 31 forks source link

test suite fails #121

Open shlomif opened 1 year ago

shlomif commented 1 year ago
+-zsh:83> inxi -CSG
System:
  Host: telaviv1.shlomifish.org Kernel: 6.0.8-100.fc35.x86_64 arch: x86_64
    bits: 64 Desktop: Xfce v: 4.16.0 Distro: Fedora release 35 (Thirty Five)
CPU:
  Info: dual core model: Intel Core i3-2100 bits: 64 type: MT MCP cache:
    L2: 512 KiB
  Speed (MHz): avg: 3094 min/max: 1600/3100 cores: 1: 3093 2: 3097 3: 3094
    4: 3093
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
    driver: i915 v: kernel
  Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: modesetting
    unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1920x1080~60Hz
  OpenGL: renderer: Mesa Intel HD Graphics 2000 (SNB GT1) v: 3.3 Mesa
    21.3.9
+-zsh:83> perl -V
Summary of my perl5 (revision 5 version 34 subversion 1) configuration:

  Platform:
    osname=linux
    osvers=5.16.8-200.fc35.x86_64
    archname=x86_64-linux-thread-multi
+-zsh:83> cpanm -vvv Code::TidyAll
cpanm (App::cpanminus) 1.7046 on perl 5.034001 built for x86_64-linux-thread-multi
Work directory is /home/shlomif/.cpanm/work/1668601055.209275
You have make /usr/bin/make
You have LWP 6.67
You have /usr/bin/tar: tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Searching Code::TidyAll () on cpanmetadb ...
Unpacking Code-TidyAll-0.82.tar.gz
--> Working on Code::TidyAll
Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Code-TidyAll-0.82.tar.gz ... OK
Code-TidyAll-0.82/META.yml
Code-TidyAll-0.82/Changes
Code-TidyAll-0.82/CONTRIBUTING.md
Code-TidyAll-0.82/LICENSE
Code-TidyAll-0.82/README.md
Code-TidyAll-0.82/perltidyrc
Code-TidyAll-0.82/META.json
Code-TidyAll-0.82/CODE_OF_CONDUCT.md
Code-TidyAll-0.82/package.json
Code-TidyAll-0.82/package-lock.json
Code-TidyAll-0.82/lib/
Code-TidyAll-0.82/lib/Test/
Code-TidyAll-0.82/lib/Test/Code/
Code-TidyAll-0.82/lib/Test/Code/TidyAll.pm
Code-TidyAll-0.82/lib/Code/
Code-TidyAll-0.82/lib/Code/TidyAll.pm
Code-TidyAll-0.82/lib/Code/TidyAll/
Code-TidyAll-0.82/lib/Code/TidyAll/CacheModel/
Code-TidyAll-0.82/lib/Code/TidyAll/CacheModel/Shared.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Config/
Code-TidyAll-0.82/lib/Code/TidyAll/Config/INI/
Code-TidyAll-0.82/lib/Code/TidyAll/Config/INI/Reader.pm
Code-TidyAll-0.82/lib/Code/TidyAll/CacheModel.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PodSpell.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/JSBeautify.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/GenericValidator.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PodChecker.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/SortLines.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/JSLint.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/CSSUnminifier.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/GenericTransformer.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PerlTidy.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/JSON.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/JSHint.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PodTidy.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PerlCritic.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/MasonTidy.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Plugin/PerlTidySweet.pm
Code-TidyAll-0.82/lib/Code/TidyAll/SVN/
Code-TidyAll-0.82/lib/Code/TidyAll/SVN/Precommit.pm
Code-TidyAll-0.82/lib/Code/TidyAll/SVN/Util.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Result.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Util.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Git/
Code-TidyAll-0.82/lib/Code/TidyAll/Git/Prereceive.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Git/Precommit.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Git/Util.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Cache.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Role/
Code-TidyAll-0.82/lib/Code/TidyAll/Role/RunsCommand.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Role/GenericExecutable.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Role/Tempdir.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Role/HasIgnore.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Zglob.pm
Code-TidyAll-0.82/lib/Code/TidyAll/Util/
Code-TidyAll-0.82/lib/Code/TidyAll/Util/Zglob.pm
Code-TidyAll-0.82/xt/
Code-TidyAll-0.82/xt/release/
Code-TidyAll-0.82/xt/release/cpan-changes.t
Code-TidyAll-0.82/xt/release/meta-json.t
Code-TidyAll-0.82/xt/author/
Code-TidyAll-0.82/xt/author/self-tidyall.t
Code-TidyAll-0.82/xt/author/dependent-modules.t
Code-TidyAll-0.82/xt/author/tidy-and-critic.t
Code-TidyAll-0.82/xt/author/pod-spell.t
Code-TidyAll-0.82/xt/author/no-tabs.t
Code-TidyAll-0.82/xt/author/mojibake.t
Code-TidyAll-0.82/xt/author/test-version.t
Code-TidyAll-0.82/xt/author/pod-syntax.t
Code-TidyAll-0.82/perlcriticrc
Code-TidyAll-0.82/cpanfile
Code-TidyAll-0.82/tidyall.ini
Code-TidyAll-0.82/t/
Code-TidyAll-0.82/t/inc2/
Code-TidyAll-0.82/t/inc2/Bar.pm
Code-TidyAll-0.82/t/Plugin-PerlTidy.t
Code-TidyAll-0.82/t/Plugin-SortLines.t
Code-TidyAll-0.82/t/Plugin-PerlTidySweet.t
Code-TidyAll-0.82/t/Conf.t
Code-TidyAll-0.82/t/Plugin-PHPCodeSniffer.t
Code-TidyAll-0.82/t/00-report-prereqs.dd
Code-TidyAll-0.82/t/inc1/
Code-TidyAll-0.82/t/inc1/Foo.pm
Code-TidyAll-0.82/t/Plugin-GenericTransformer.t
Code-TidyAll-0.82/t/parallel.t
Code-TidyAll-0.82/t/Plugin-PodChecker.t
Code-TidyAll-0.82/t/Plugin-JSLint.t
Code-TidyAll-0.82/t/helper-bin/
Code-TidyAll-0.82/t/helper-bin/exit.pl
Code-TidyAll-0.82/t/helper-bin/raw-transformer.pl
Code-TidyAll-0.82/t/helper-bin/generic-validator.pl
Code-TidyAll-0.82/t/helper-bin/generic-transformer.pl
Code-TidyAll-0.82/t/Git.t
Code-TidyAll-0.82/t/diff-on-tidy-error.t
Code-TidyAll-0.82/t/00-report-prereqs.t
Code-TidyAll-0.82/t/lib/
Code-TidyAll-0.82/t/lib/TestFor/
Code-TidyAll-0.82/t/lib/TestFor/Code/
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/SVN.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PodSpell.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/JSBeautify.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PHPCodeSniffer.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/GenericValidator.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PodChecker.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/SortLines.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/JSLint.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/CSSUnminifier.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/GenericTransformer.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PerlTidy.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/JSHint.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PodTidy.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PerlCritic.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/MasonTidy.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin/PerlTidySweet.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Basic.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Git.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Util.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/DiffOnTidyError.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Parallel.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Conf.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Util/
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Util/Zglob.pm
Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/SpacesInPaths.pm
Code-TidyAll-0.82/t/lib/TestHelper/
Code-TidyAll-0.82/t/lib/TestHelper/Test/
Code-TidyAll-0.82/t/lib/TestHelper/Test/Class.pm
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/AToZ.pm
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/ReverseFoo.pm
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/UpperText.pm
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/RepeatFoo.pm
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/AlwaysPhonetic.pm
Code-TidyAll-0.82/t/lib/TestHelper/Plugin/CheckUpper.pm
Code-TidyAll-0.82/t/Plugin-MasonTidy.t
Code-TidyAll-0.82/t/Plugin-PerlCritic.t
Code-TidyAll-0.82/t/Plugin-CSSUnminifier.t
Code-TidyAll-0.82/t/Zglob.t
Code-TidyAll-0.82/t/spaces-in-paths.t
Code-TidyAll-0.82/t/Plugin-GenericValidator.t
Code-TidyAll-0.82/t/Plugin-JSBeautify.t
Code-TidyAll-0.82/t/Plugin-PodSpell.t
Code-TidyAll-0.82/t/Util.t
Code-TidyAll-0.82/t/Basic.t
Code-TidyAll-0.82/t/Plugin-PodTidy.t
Code-TidyAll-0.82/t/Plugin-JSHint.t
Code-TidyAll-0.82/MANIFEST
Code-TidyAll-0.82/INSTALL
Code-TidyAll-0.82/dist.ini
Code-TidyAll-0.82/azure-pipelines.yml
Code-TidyAll-0.82/bin/
Code-TidyAll-0.82/bin/tidyall
Entering Code-TidyAll-0.82
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.64)
Running Makefile.PL
Configuring Code-TidyAll-0.82 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Code::TidyAll
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Test::Class::Most 0 ... Yes (0.08)
Checking if you have Specio::Declare 0 ... Yes (0.47)
Checking if you have Path::Tiny 0.098 ... Yes (0.142)
Checking if you have Module::Runtime 0 ... Yes (0.016)
Checking if you have constant 0 ... Yes (1.33)
Checking if you have Exporter 0 ... Yes (5.76)
Checking if you have base 0 ... Yes (2.27)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
Checking if you have Encode 0 ... Yes (3.19)
Checking if you have Config::INI::Reader 0 ... Yes (0.027)
Checking if you have Scope::Guard 0 ... Yes (0.21)
Checking if you have Moo::Role 0 ... Yes (2.005004)
Checking if you have FindBin 0 ... Yes (1.52)
Checking if you have lib::relative 0 ... Yes (1.001)
Checking if you have Moo 2.000000 ... Yes (2.005004)
Checking if you have Specio::Library::Numeric 0 ... Yes (0.47)
Checking if you have Specio::Library::Path::Tiny 0.04 ... Yes (0.04)
Checking if you have Specio::Library::String 0 ... Yes (0.47)
Checking if you have File::Basename 0 ... Yes (2.85)
Checking if you have autodie 0 ... Yes (2.34)
Checking if you have Test::Builder 0 ... Yes (1.302191)
Checking if you have Text::Diff::Table 0 ... Yes (1.44)
Checking if you have Test::Differences 0 ... Yes (0.69)
Checking if you have Date::Format 0 ... Yes (2.24)
Checking if you have Specio 0.40 ... Yes (0.47)
Checking if you have File::Find 0 ... Yes (1.39)
Checking if you have Test::Warnings 0 ... Yes (0.031)
Checking if you have Time::Duration::Parse 0 ... Yes (0.16)
Checking if you have Test::More 0.96 ... Yes (1.302191)
Checking if you have Specio::Library::Builtins 0 ... Yes (0.47)
Checking if you have File::Spec 0 ... Yes (3.80)
Checking if you have Text::ParseWords 0 ... Yes (3.30)
Checking if you have Digest::SHA 0 ... Yes (6.03)
Checking if you have File::Which 0 ... Yes (1.27)
Checking if you have Data::Dumper 0 ... Yes (2.183)
Checking if you have Log::Any 0 ... Yes (1.710)
Checking if you have Test::Fatal 0 ... Yes (0.016)
Checking if you have List::Compare 0 ... Yes (0.55)
Checking if you have Getopt::Long 0 ... Yes (2.53)
Checking if you have warnings 0 ... Yes (1.51)
Checking if you have Try::Tiny 0 ... Yes (0.30)
Checking if you have Cwd 0 ... Yes (3.80)
Checking if you have File::pushd 0 ... Yes (1.016)
Checking if you have Text::Diff 1.44 ... Yes (1.45)
Checking if you have Scalar::Util 0 ... Yes (1.63)
Checking if you have List::SomeUtils 0 ... Yes (0.58)
Checking if you have strict 0 ... Yes (1.12)
Checking if you have Capture::Tiny 0 ... Yes (0.48)
Checking if you have IPC::System::Simple 0 ... Yes (1.30)
Checking if you have IPC::Run3 0 ... Yes (0.048)
OK
Building and testing Code-TidyAll-0.82 ... cp lib/Code/TidyAll/Plugin/JSON.pm blib/lib/Code/TidyAll/Plugin/JSON.pm
cp lib/Code/TidyAll/Plugin/JSBeautify.pm blib/lib/Code/TidyAll/Plugin/JSBeautify.pm
cp lib/Code/TidyAll/Role/GenericExecutable.pm blib/lib/Code/TidyAll/Role/GenericExecutable.pm
cp lib/Code/TidyAll/Plugin/MasonTidy.pm blib/lib/Code/TidyAll/Plugin/MasonTidy.pm
cp lib/Code/TidyAll/CacheModel.pm blib/lib/Code/TidyAll/CacheModel.pm
cp lib/Code/TidyAll/Role/RunsCommand.pm blib/lib/Code/TidyAll/Role/RunsCommand.pm
cp lib/Code/TidyAll/Util.pm blib/lib/Code/TidyAll/Util.pm
cp lib/Code/TidyAll/Role/HasIgnore.pm blib/lib/Code/TidyAll/Role/HasIgnore.pm
cp lib/Code/TidyAll/Git/Prereceive.pm blib/lib/Code/TidyAll/Git/Prereceive.pm
cp lib/Code/TidyAll.pm blib/lib/Code/TidyAll.pm
cp lib/Code/TidyAll/Result.pm blib/lib/Code/TidyAll/Result.pm
cp lib/Code/TidyAll/Plugin/JSHint.pm blib/lib/Code/TidyAll/Plugin/JSHint.pm
cp lib/Code/TidyAll/Plugin/CSSUnminifier.pm blib/lib/Code/TidyAll/Plugin/CSSUnminifier.pm
cp lib/Code/TidyAll/Plugin/PodChecker.pm blib/lib/Code/TidyAll/Plugin/PodChecker.pm
cp lib/Code/TidyAll/Cache.pm blib/lib/Code/TidyAll/Cache.pm
cp lib/Code/TidyAll/Plugin.pm blib/lib/Code/TidyAll/Plugin.pm
cp lib/Code/TidyAll/Plugin/PerlTidySweet.pm blib/lib/Code/TidyAll/Plugin/PerlTidySweet.pm
cp lib/Code/TidyAll/Plugin/PerlCritic.pm blib/lib/Code/TidyAll/Plugin/PerlCritic.pm
cp lib/Code/TidyAll/Git/Precommit.pm blib/lib/Code/TidyAll/Git/Precommit.pm
cp lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm blib/lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
cp lib/Code/TidyAll/Plugin/PerlTidy.pm blib/lib/Code/TidyAll/Plugin/PerlTidy.pm
cp lib/Code/TidyAll/Git/Util.pm blib/lib/Code/TidyAll/Git/Util.pm
cp lib/Code/TidyAll/Plugin/PodTidy.pm blib/lib/Code/TidyAll/Plugin/PodTidy.pm
cp lib/Code/TidyAll/Plugin/JSLint.pm blib/lib/Code/TidyAll/Plugin/JSLint.pm
cp lib/Code/TidyAll/Role/Tempdir.pm blib/lib/Code/TidyAll/Role/Tempdir.pm
cp lib/Code/TidyAll/Plugin/GenericValidator.pm blib/lib/Code/TidyAll/Plugin/GenericValidator.pm
cp lib/Code/TidyAll/Config/INI/Reader.pm blib/lib/Code/TidyAll/Config/INI/Reader.pm
cp lib/Code/TidyAll/SVN/Util.pm blib/lib/Code/TidyAll/SVN/Util.pm
cp lib/Code/TidyAll/Plugin/PodSpell.pm blib/lib/Code/TidyAll/Plugin/PodSpell.pm
cp lib/Code/TidyAll/CacheModel/Shared.pm blib/lib/Code/TidyAll/CacheModel/Shared.pm
cp lib/Code/TidyAll/Plugin/GenericTransformer.pm blib/lib/Code/TidyAll/Plugin/GenericTransformer.pm
cp lib/Code/TidyAll/Plugin/SortLines.pm blib/lib/Code/TidyAll/Plugin/SortLines.pm
cp lib/Code/TidyAll/SVN/Precommit.pm blib/lib/Code/TidyAll/SVN/Precommit.pm
cp lib/Code/TidyAll/Zglob.pm blib/lib/Code/TidyAll/Zglob.pm
cp lib/Code/TidyAll/Util/Zglob.pm blib/lib/Code/TidyAll/Util/Zglob.pm
cp lib/Test/Code/TidyAll.pm blib/lib/Test/Code/TidyAll.pm
Manifying 1 pod document
Manifying 28 pod documents
Manifying 8 pod documents
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.64
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.64
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     Encode               any     3.19
#     ExtUtils::MakeMaker  any     7.64
#     File::Spec           any     3.80
#     FindBin              any     1.52
#     Test::Class::Most    any     0.08
#     Test::Differences    any     0.69
#     Test::Fatal          any    0.016
#     Test::More          0.96 1.302191
#     Test::Warnings       any    0.031
#     autodie              any     2.34
#     lib::relative        any    1.001
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                          Want     Have
#     --------------------------- -------- --------
#     Capture::Tiny                    any     0.48
#     Config::INI::Reader              any    0.027
#     Cwd                              any     3.80
#     Data::Dumper                     any    2.183
#     Date::Format                     any     2.24
#     Digest::SHA                      any     6.03
#     Exporter                         any     5.76
#     File::Basename                   any     2.85
#     File::Find                       any     1.39
#     File::Spec                       any     3.80
#     File::Which                      any     1.27
#     File::pushd                      any    1.016
#     Getopt::Long                     any     2.53
#     IPC::Run3                        any    0.048
#     IPC::System::Simple              any     1.30
#     List::Compare                    any     0.55
#     List::SomeUtils                  any     0.58
#     Log::Any                         any    1.710
#     Module::Runtime                  any    0.016
#     Moo                         2.000000 2.005004
#     Moo::Role                        any 2.005004
#     Path::Tiny                     0.098    0.142
#     Scalar::Util                     any     1.63
#     Scope::Guard                     any     0.21
#     Specio                          0.40     0.47
#     Specio::Declare                  any     0.47
#     Specio::Library::Builtins        any     0.47
#     Specio::Library::Numeric         any     0.47
#     Specio::Library::Path::Tiny     0.04     0.04
#     Specio::Library::String          any     0.47
#     Test::Builder                    any 1.302191
#     Text::Diff                      1.44     1.45
#     Text::Diff::Table                any     1.44
#     Text::ParseWords                 any     3.30
#     Time::Duration::Parse            any     0.16
#     Try::Tiny                        any     0.30
#     base                             any     2.27
#     constant                         any     1.33
#     strict                           any     1.12
#     warnings                         any     1.51
# 
# === Runtime Recommends ===
# 
#     Module                Want Have
#     --------------------- ---- ----
#     Parallel::ForkManager  any 2.02
# 
t/00-report-prereqs.t .......... ok
could not find tidyall.ini or .tidyallrc upwards from '/tmp/Code-TidyAll-5Lo3/global_ignore' at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/lib/Code/TidyAll.pm line 736.
could not find tidyall.ini or .tidyallrc upwards from '/tmp/Code-TidyAll-5Lo3/plugin_ignore' at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/lib/Code/TidyAll.pm line 736.
t/Basic.t ...................... ok
t/Conf.t ....................... ok
t/diff-on-tidy-error.t ......... ok
Saved working directory and index state On master: TidyAll pre-commit guard
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-QZmN/work',verbose => 1}
purging old backups
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] foo.txt (+TestHelper::Plugin::UpperText)
Saved working directory and index state On master: TidyAll pre-commit guard
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-eFyg/work',verbose => 1}
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] bar.txt (+TestHelper::Plugin::UpperText)
Saved working directory and index state On master: TidyAll pre-commit guard
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-6E3X/work',verbose => 1}
purging old backups
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] file1.txt (+TestHelper::Plugin::UpperText)
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] file2.txt (+TestHelper::Plugin::UpperText)
Saved working directory and index state On master: TidyAll pre-commit guard
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-6E3X/work',verbose => 1}
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] file1.txt (+TestHelper::Plugin::UpperText)
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] file2.txt (+TestHelper::Plugin::UpperText)
Switched to a new branch 'my-branch'
Saved working directory and index state On my-branch: TidyAll pre-commit guard
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-6E3X/work',verbose => 1}
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] file1.txt (+TestHelper::Plugin::UpperText)
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] file2.txt (+TestHelper::Plugin::UpperText)
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-6E3X/work',verbose => 1}
Saved working directory and index state On master: TidyAll pre-commit guard
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-gebG/work',verbose => 1}
purging old backups
[applying the following plugins: +TestHelper::Plugin::UpperText]
[checked] foo.txt (+TestHelper::Plugin::UpperText)
No local changes to save
constructing Code::TidyAll with these params: {check_only => 1,mode => 'commit',no_cache => 1,plugins => {'+TestHelper::Plugin::UpperText' => {select => ['**/*.txt']}},root_dir => '/tmp/Code-TidyAll-gebG/work',verbose => 1}
t/Git.t ........................ ok
t/parallel.t ................... ok
t/Plugin-CSSUnminifier.t ....... ok
t/Plugin-GenericTransformer.t .. ok
t/Plugin-GenericValidator.t .... ok
t/Plugin-JSBeautify.t .......... ok
t/Plugin-JSHint.t .............. ok
t/Plugin-JSLint.t .............. ok
t/Plugin-MasonTidy.t ........... ok
t/Plugin-PerlCritic.t .......... ok
t/Plugin-PerlTidy.t ............ ok

    #   Failed test 'new contents'
    #   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 77.
    #   (in TestFor::Code::TidyAll::Plugin::PerlTidySweet->test_main)
    # +---+-----------------------+---+-----------------------+
    # | Ln|Got                    | Ln|Expected               |
    # +---+-----------------------+---+-----------------------+
    # *  1|'method foo ($x,$y)    *  1|'method foo ($x,$y) {  *
    # *  2|{                      *   |                       |
    # |  3|    my $x = $self->x;  |  2|    my $x = $self->x;  |
    # |  4|}                      |  3|}                      |
    # |  5|'                      |  4|'                      |
    # +---+-----------------------+---+-----------------------+
    # Looks like you failed 1 test of 3.

#   Failed test 'method  foo  ($x,$y){\nmy  $x=$self->x;}\n'
#   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 96.
#   (in TestFor::Code::TidyAll::Plugin::PerlTidySweet->test_main)
# Looks like you failed 1 test of 6.
t/Plugin-PerlTidySweet.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 
t/Plugin-PHPCodeSniffer.t ...... ok
t/Plugin-PodChecker.t .......... ok

    #   Failed test 'error message'
    #   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 93.
    #   (in TestFor::Code::TidyAll::Plugin::PodSpell->test_main)
    #                   'error running 'ispell -p /tmp/Code-TidyAll-hLfT/.ispell_english -a': Error: The file "/tmp/Code-TidyAll-hLfT/.ispell_english" is not in the proper format.'
    #     doesn't match '(?^:unrecognized words:\nlazeey)'
    # Looks like you failed 1 test of 2.

#   Failed test 'spelling mistakes, one in dictionary'
#   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 96.
#   (in TestFor::Code::TidyAll::Plugin::PodSpell->test_main)

    #   Failed test 'state=checked'
    #   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 84.
    #   (in TestFor::Code::TidyAll::Plugin::PodSpell->test_main)
    #          got: 'error'
    #     expected: 'checked'

    #   Failed test 'no error'
    #   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 85.
    #   (in TestFor::Code::TidyAll::Plugin::PodSpell->test_main)
    #          got: 'error running 'ispell -p /tmp/Code-TidyAll-hLfT/.ispell_english -a': Error: The file "/tmp/Code-TidyAll-hLfT/.ispell_english" is not in the proper format.'
    #     expected: undef
    # Looks like you failed 2 tests of 3.

#   Failed test 'spelling mistakes, all in dictionary'
#   at /home/shlomif/.cpanm/work/1668601055.209275/Code-TidyAll-0.82/t/lib/TestFor/Code/TidyAll/Plugin.pm line 96.
#   (in TestFor::Code::TidyAll::Plugin::PodSpell->test_main)
# Looks like you failed 2 tests of 4.
t/Plugin-PodSpell.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 
t/Plugin-PodTidy.t ............. ok
t/Plugin-SortLines.t ........... ok
t/spaces-in-paths.t ............ ok
t/Util.t ....................... ok
t/Zglob.t ...................... ok

Test Summary Report
-------------------
t/Plugin-PerlTidySweet.t     (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
t/Plugin-PodSpell.t          (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  3-4
  Non-zero exit status: 2
Files=24, Tests=313, 30 wallclock secs ( 0.16 usr  0.04 sys + 26.39 cusr  3.70 csys = 30.29 CPU)
Result: FAIL
Failed 2/24 test programs. 3/313 subtests failed.
make: *** [Makefile:1110: test_dynamic] Error 255
! Installing Code::TidyAll failed. See /home/shlomif/.cpanm/work/1668601055.209275/build.log for details. Retry with --force to force install it.
FAIL