↵ Return to the main page of perl-Test-Perl-Critic-Policy
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-03-24 | Paul Howarth <paul at city dash fan dot org> - 1.140-1 | - Update to 1.140 - Subroutines::RequireFinalReturn now lets you specify a terminal_methods parameter to specify methods that should be seen as terminal; this is like the terminal_funcs parameter, but for methods (GH#920) - Removed an extra /x in RequireInterpolationOfMetachars.pm that caused deprecation warnings in Perl 5.22 and higher (GH#822) - Documentation::RequirePackageMatchesPodName now recognizes the package name if it's in 'I<>' or 'B<>' markup (GH#913) - Use %license unconditionally |
2021-01-27 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.138-7 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2020-07-28 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.138-6 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
2020-07-11 | Paul Howarth <paul at city dash fan dot org> - 1.138-5 | - Add workaround for 'Subroutine name is a homonym for builtin function isa' (#1852437, GH#911) |
2020-06-26 | Jitka Plesnikova <jplesnik at redhat dot com> - 1.138-4 | - Perl 5.32 re-rebuild of bootstrapped packages |
2020-06-23 | Jitka Plesnikova <jplesnik at redhat dot com> - 1.138-3 | - Perl 5.32 rebuild |
2020-01-30 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.138-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
2020-01-25 | Paul Howarth <paul at city dash fan dot org> - 1.138-1 | - Update to 1.138 - RequireCheckingReturnValueOfEval didn't count returning the result of an eval as checking it - now it does; however, it's only if you "return eval { ... }" - it still doesn't handle the case of "return ( eval {} )" (GH#324) - ProhibitPunctuationVars would get confused and think that the expression qr/SOME$/ was using the $/ special variable (GH#843) |
2019-11-28 | Paul Howarth <paul at city dash fan dot org> - 1.136-1 | - Update to 1.136 New Features - The ProhibitNoWarnings policy now handles warnings in the experimental:: group (GH#892) Documentation - Prevented some example code from showing up in 'perldoc' (GH#799) - Fix shellbang in ppidump tool |
2019-09-05 | Paul Howarth <paul at city dash fan dot org> - 1.134-5 | - Do not run extra tests on RHEL |