Description:
This update for perl-Code-TidyAll fixes the following issues:
perl-Code-TidyAll was updated to 0.83:
see /usr/share/doc/packages/perl-Code-TidyAll/Changes
- Fixed test failures on msys. Implemented by Paulo Custodio. GH #116.
- When running under GitHub Actions in --check-only mode, linting failures
will now emit GitHub annotations
(https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-creating-an-annotation-for-an-error). Implemented
by Pavel Dostál. GH #120.
- updated to 0.82
- Fixed git tests to ignore local Git configuration files, which may cause the
tests to fail. Implemented by Andreas Vögele. GH #109.
- The git tests nor run with LC_ALL set to C. Implemented by Andreas
Vögele. GH #109.
- updated to 0.81
- The PerlTidy plugin will now always append the `--encode-output-strings`
flag when using `Perl::Tidy` 20220101 or newer. This eliminates issues with
character encoded content reported in GH #84, reported by Greg
Oschwald. Thanks to Steven Hancock for letting me know that this was
possible.