cpan Perl-Critic 1.137_01

latest releases: 1.152, 1.150, 1.148...
pre-release4 years ago

[Fixes]
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 {} )".
Thanks, Tom Wyant. (GH #324)

ProhibitPunctuationVars would get confused and think that the expression
qr/SOME$/ was using the $/ special variable. Thanks, Tom Wyan. (GH #843)

Don't miss a new Perl-Critic release

NewReleases is sending notifications on new releases.