Name: | perl-Perl-Critic |
Version: | 1.156 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2012786 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Perl-Critic-1.156-1.el10_0.noarch.rpm
|
Source RPM: |
perl-Perl-Critic-1.156-1.el10_0.src.rpm
|
Build Date: | Thu Jan 16 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Perl-Critic |
Summary: | Critique Perl source code for best-practices |
Description: | Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code
analysis engine. Perl::Critic is distributed with a number of
Perl::Critic::Policy modules that attempt to enforce various coding
guidelines. Most Policy modules are based on Damian Conway's book Perl
Best Practices. However, Perl::Critic is not limited to PBP and will
even support Policies that contradict Conway. You can enable, disable,
and customize those Polices through the Perl::Critic interface. You can
also create new Policy modules that suit your own tastes. |
-
Wed Oct 23 2024 Paul Howarth <paul@city-fan.org> - 1.156-1
- Update to 1.156 (rhbz#2321227)
- Subroutines::ProhibitManyArgs no longer gets confused by underscores in
variable names (GH#1027)
-
Mon Oct 21 2024 Petr Pisar <ppisar@redhat.com> - 1.154-2
- Require ExtUtils::Manifest for Perl::Critic::TestUtils::bundled_policy_names()
-
Mon Oct 21 2024 Paul Howarth <paul@city-fan.org> - 1.154-1
- Update to 1.154 (rhbz#2320114)
Enhancements
- ProhibitedUnusedCapture now recognizes %+, %-, %{^CAPTURE} and
%LAST_PAREN_MATCH (GH#1065)
- Fixed a deprecation warning in the extras/perlcritic.el Emacs script
(GH#1067)
- RequireExplicitPackage now accepts a use VERSION as the first line
(GH#1070)
Fixes
- Fix some false positives for function calls as a hash index (GH#1071)
Documentation
- Clarify package_exemptions rules (GH#1043)
-
Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.152-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.152-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.152-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
Tue Oct 17 2023 Paul Howarth <paul@city-fan.org> - 1.152-1
- Update to 1.152 (rhbz#2244582)
- Fix a test failure for Subroutines::RequireArgUnpacking (GH#1048)
- Fix a test failure in t/06_violation.t on Perl 5.39.1 or above (GH#1037)
-
Mon Sep 25 2023 Paul Howarth <paul@city-fan.org> - 1.150-4
- Fix for Perl::Critic::Policy::Subroutines::RequireArgUnpacking with PPI 1.277
(GH#1048)
-
Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.150-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
Mon Jul 10 2023 Paul Howarth <paul@city-fan.org> - 1.150-2
- Use SPDX-format license tag for perl-Test-Perl-Critic-Policy sub-package
- Avoid use of deprecated patch syntax