Changelog for
perl-Perl-Critic-1.138-2.fc32.noarch.rpm :
* Thu Jan 30 2020 Fedora Release Engineering
- 1.138-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jan 25 2020 Paul Howarth - 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)
* Thu Nov 28 2019 Paul Howarth - 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
* Thu Sep 05 2019 Paul Howarth - 1.134-5- Do not run extra tests on RHEL
* Fri Jul 26 2019 Fedora Release Engineering - 1.134-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova - 1.134-3- Perl 5.30 re-rebuild of bootstrapped packages
* Fri May 31 2019 Jitka Plesnikova - 1.134-2- Perl 5.30 rebuild
* Thu May 23 2019 Paul Howarth - 1.134-1- Update to 1.134 New Features - Added new policy BuiltinFunctions::ProhibitShiftRef (GH#837) - Support indented heredocs (GH#861) - In Subroutines::ProhibitManyArgs, you can now omit the object variable (C<$self> or C<$class>) from the argument count (GH#815) Policy Changes - The policy Documentation::RequirePodLinksIncludeText is obsolete and has been removed (GH#494) Dependencies - Removed use of File::HomeDir - Upgrade to PPI 1.265 (GH#860) - Fix failed tests caused by new PPI (GH#858) Internals - Updated the Appveyor config (GH#851)
* Mon Apr 29 2019 Paul Howarth - 1.132-8- Add workaround for PPI ≥ 1.262
* Fri Apr 26 2019 Paul Howarth - 1.132-7- Add workaround for PPI ≥ 1.250 https://github.com/Perl-Critic/Perl-Critic/issues/858
* Fri Feb 01 2019 Fedora Release Engineering - 1.132-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Nov 06 2018 Paul Howarth - 1.132-5- Explicitly BR: glibc-langpack-en
* Fri Jul 13 2018 Fedora Release Engineering - 1.132-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 01 2018 Jitka Plesnikova - 1.132-3- Perl 5.28 re-rebuild of bootstrapped packages
* Fri Jun 29 2018 Jitka Plesnikova - 1.132-2- Perl 5.28 rebuild
* Fri Jun 01 2018 Paul Howarth - 1.132-1- Update to 1.132 New Features - In the ProhibitLeadingZeros policy, added an exception for mkfifo (GH#786) - Add colour support for Windows platforms (GH#700) - Perl::Critic now assumes that .psgi files are Perl, too (GH#805) - Variables::ProhibitUnusedVariables no longer gives a false positive for variables used in interpolation (GH#801) - Added the ability to specify a regex to tell what unused private subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines; this is handy for Moose classes where there could be many false positives on _build_xxxx() subroutines (GH#811, GH#812) Dependencies - Perl::Critic now no longer relies on the deprecated Email::Address (GH #816) Bug Fixes - Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead of opendir/readdir; this solves endless directory traversals if the directories contain circular symbolic references - Added missing requirement for Fatal.pm Documentation - Added CONTRIBUTING.md- Switch upstream from search.cpan.org to metacpan.org- Switch spell checker from aspell to hunspell
* Fri Feb 09 2018 Fedora Release Engineering - 1.130-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild