↵ Return to the main page of perl-Perl-Critic
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.152-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-01-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.152-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.152-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2023-10-17 | Paul Howarth <paul at city dash fan dot 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) |
2023-09-25 | Paul Howarth <paul at city dash fan dot org> - 1.150-4 | - Fix for Perl::Critic::Policy::Subroutines::RequireArgUnpacking with PPI 1.277 (GH#1048) |
2023-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.150-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-07-10 | Paul Howarth <paul at city dash fan dot org> - 1.150-2 | - Use SPDX-format license tag for perl-Test-Perl-Critic-Policy sub-package - Avoid use of deprecated patch syntax |
2023-03-05 | Paul Howarth <paul at city dash fan dot org> - 1.150-1 | - Update to 1.150 (rhnz#2175475) Enhancements - Added Test::Builder and Text::Wrap to the list of default exceptions in Variables::ProhibitPackageVars (GH#1025) Internals - We now use PPIx::Utils instead of PPIx::Utilities, which is more recently maintained |
2023-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.148-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
2023-01-08 | Paul Howarth <paul at city dash fan dot org> - 1.148-1 | - Update to 1.148 (rhbz#2159041) Possible breakage - Removed Perl::Critic::Utils::DataConversion; any add-on policies that used it will need to copy the functions from there into their own code Documentation - ProhibitCascadingIfElse no longer suggests using given/when Internals - We no longer require Test::Deep for testing - Test::Kwalitee is now only recommended, not required - Random micro-optimizations, like using hashes for array contents checking, and using any() instead of calling grep as a boolean |