a76e10c Update to 1.138

Authored and Committed by pghmcfc 4 years ago
    Update to 1.138
    
    - New upstream release 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)
    
        
  • Build completed
    success
    Built as perl-Perl-Critic-1.138-1.fc32
    4 years ago
file modified
+11 -1
file modified
+1 -1