Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Code-TidyAll-0.840.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-Code-TidyAll Distribution: openSUSE:Factory:zSystems
Version: 0.840.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Jan 6 18:58:54 2024
Group: Unspecified Build host: s390zl22
Size: 306811 Source RPM: perl-Code-TidyAll-0.840.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Code-TidyAll
Summary: Engine for tidyall, your all-in-one code tidier and validator
This is the engine used by tidyall - read that first to get an overview.

You can call this API from your own program instead of executing 'tidyall'.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Mon Dec 11 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 0.84
    see /usr/share/doc/packages/perl-Code-TidyAll/Changes
    0.84     2023-12-09
    - Fixed a bug that made it impossible to specify both `-i` and `-I` with
      `tidyall. GH #125. PR #126. Fixed by @mauke.
* Sun Nov 20 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.83
    see /usr/share/doc/packages/perl-Code-TidyAll/Changes
    0.83     2022-11-19
    - 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.
* Sat Apr 16 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.82
    see /usr/share/doc/packages/perl-Code-TidyAll/Changes
    0.82     2022-04-15
    - 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.
* Fri Feb 18 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.81
    see /usr/share/doc/packages/perl-Code-TidyAll/Changes
    0.81     2022-02-16
    - 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.
* Sat Nov 27 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.80
    see /usr/share/doc/packages/perl-Code-TidyAll/Changes
    0.80     2021-11-26
    - Don't run the PodSpell plugin test unless `ispell` is installed. Reported by
      Slaven Rezić. GH #108.
    0.79     2021-11-26
    - Run `git stash pop` with `--quiet` flag again, as long as Git is not
      2.24.x. See notes in 0.75 for why we stopped passing `--quiet` in the first
      place.
    - Fixed a bug where the class in the `--tidyall-class` option was not
      loaded. Fixed by Shlomi Fish. PR #107. Fixed GH #43.
* Thu Oct 22 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 0.78
    see /usr/share/doc/packages/perl-Code-TidyAll/Changes
    0.78     2020-04-25
    - Fix an issue with the pre-commit hook code when commit after a merge. If
      tidyall invoked `git stash` in the hook and there was content to stash, this
      would break the merge commit, leading to the commit to fail entirely. Now
      the pre-commit hook code will simply never call `git stash` when merging a
      merge commit. Reported by Damien Prystay. GH #100.
    - This release also includes the changes from the 0.76 and 0.77 trial
      releases.
    0.77     2020-01-04 (TRIAL RELEASE)
    - Made some more line ending fixes in the test code.
    - Fixed a test to handle spaces with paths (on Windows, at least).
    0.76     2019-12-24 (TRIAL RELEASE)
    - Preserve line endings in files but using raw mode to read and
      write. Otherwise Perl will automatically write files with the
      platform-appropriate ending. This could lead to ending "flapping" if you
      have developers working on the same project on different platforms, and
      probably lots of other annoying issues. Based on PR #97 from Kenneth Ölwing.
    0.75     2019-12-24
    - Git v2.24.0 introduced a serious bug when running `git stash` with the
      `--quiet` flag that causes it to delete files. This in turn caused this
      package's pre-commit hook code to be seriously broken. We no longer pass the
      `--quiet` flag if the git version is >= 2.24. We re-enable the flag once
      there is a version that fixes this bug.
    - The pre-commit hook code now uses `git rev-parse -q --verify refs/stash` to
      determine if the call to `git stash` actually does anything. This seems
      better than attempting to parse the output of the `git stash` call for a
      user-facing message.
    0.74     2019-05-24
    - Fix a warning that would happen when applying shebang matching to empty
      files. Fixed by Greg Oschwald. GH #93.
* Wed Apr 03 2019 Stephan Kulow <coolo@suse.com>
  - initial package 0.73
    * created by cpanspec 1.78.09

Files

/usr/bin/tidyall
/usr/lib/perl5/vendor_perl/5.38.2/Code
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Cache.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/CacheModel
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/CacheModel.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/CacheModel/Shared.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Config
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Config/INI
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Config/INI/Reader.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Git
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Git/Precommit.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Git/Prereceive.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Git/Util.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/CSSUnminifier.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/GenericTransformer.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/GenericValidator.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/JSBeautify.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/JSHint.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/JSLint.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/JSON.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/MasonTidy.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PHPCodeSniffer.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PerlCritic.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PerlTidy.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PerlTidySweet.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PodChecker.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PodSpell.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/PodTidy.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Plugin/SortLines.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Result.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Role
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Role/GenericExecutable.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Role/HasIgnore.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Role/RunsCommand.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Role/Tempdir.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/SVN
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/SVN/Precommit.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/SVN/Util.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Util
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Util.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Util/Zglob.pm
/usr/lib/perl5/vendor_perl/5.38.2/Code/TidyAll/Zglob.pm
/usr/lib/perl5/vendor_perl/5.38.2/Test
/usr/lib/perl5/vendor_perl/5.38.2/Test/Code
/usr/lib/perl5/vendor_perl/5.38.2/Test/Code/TidyAll.pm
/usr/share/doc/packages/perl-Code-TidyAll
/usr/share/doc/packages/perl-Code-TidyAll/CODE_OF_CONDUCT.md
/usr/share/doc/packages/perl-Code-TidyAll/CONTRIBUTING.md
/usr/share/doc/packages/perl-Code-TidyAll/Changes
/usr/share/doc/packages/perl-Code-TidyAll/README.md
/usr/share/licenses/perl-Code-TidyAll
/usr/share/licenses/perl-Code-TidyAll/LICENSE
/usr/share/man/man1/tidyall.1.gz
/usr/share/man/man3/Code::TidyAll.3pm.gz
/usr/share/man/man3/Code::TidyAll::Cache.3pm.gz
/usr/share/man/man3/Code::TidyAll::CacheModel.3pm.gz
/usr/share/man/man3/Code::TidyAll::CacheModel::Shared.3pm.gz
/usr/share/man/man3/Code::TidyAll::Config::INI::Reader.3pm.gz
/usr/share/man/man3/Code::TidyAll::Git::Precommit.3pm.gz
/usr/share/man/man3/Code::TidyAll::Git::Prereceive.3pm.gz
/usr/share/man/man3/Code::TidyAll::Git::Util.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::CSSUnminifier.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::GenericTransformer.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::GenericValidator.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::JSBeautify.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::JSHint.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::JSLint.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::JSON.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::MasonTidy.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PHPCodeSniffer.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PerlCritic.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PerlTidy.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PerlTidySweet.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PodChecker.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PodSpell.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::PodTidy.3pm.gz
/usr/share/man/man3/Code::TidyAll::Plugin::SortLines.3pm.gz
/usr/share/man/man3/Code::TidyAll::Result.3pm.gz
/usr/share/man/man3/Code::TidyAll::Role::GenericExecutable.3pm.gz
/usr/share/man/man3/Code::TidyAll::Role::HasIgnore.3pm.gz
/usr/share/man/man3/Code::TidyAll::Role::RunsCommand.3pm.gz
/usr/share/man/man3/Code::TidyAll::Role::Tempdir.3pm.gz
/usr/share/man/man3/Code::TidyAll::SVN::Precommit.3pm.gz
/usr/share/man/man3/Code::TidyAll::SVN::Util.3pm.gz
/usr/share/man/man3/Code::TidyAll::Util.3pm.gz
/usr/share/man/man3/Code::TidyAll::Util::Zglob.3pm.gz
/usr/share/man/man3/Code::TidyAll::Zglob.3pm.gz
/usr/share/man/man3/Test::Code::TidyAll.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024