This website works better with JavaScript.
Explore
Help
Sign In
rpms
/
perl-Perl-Critic
Watch
20
Star
0
Fork
You've already forked perl-Perl-Critic
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2868c631b8
i9ce
i9
epel9
changed/i9/perl-Perl-Critic-1.150-1.el9
changed/i9ce/perl-Perl-Critic-1.140-1.el9
imports/e9/perl-Perl-Critic-1.140-1.el9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2868c631b8'
${ noResults }
perl-Perl-Critic
/
sources
2 lines
59 B
Raw
Normal View
History
Unescape
Escape
Update to 1.114 - New upstream release 1.114: - Documentation::RequirePodLinksIncludeText now handles nested POD formatting (CPAN RT#65569) - Clarified relation of severity numbers to names in Perl::Critic POD (CPAN RT#66017) - Removed caveats from Variables::RequireLocalizedPunctuationVars, no longer necessary with PPI 1.208 (CPAN RT#65514) - Have InputOutput::RequireBriefOpen attempt to expand scope as necessary to deal with the case where the open() and the corresponding close() are not in the same scope (CPAN RT#64437) - RegularExpressions::ProhibitUnusedCapture now looks inside double-quotish things (CPAN RT#38942) - RegularExpressions::ProhibitUnusedCapture now takes logical alternation into account, so that (e.g.) if ( /(a)/ || /(b)/ ) { say $1; } is not a violation (CPAN RT#38942) - ValuesAndExpressions::ProhibitCommaSeparatedStatements now recognizes 'return { foo => 1, bar => 2 }' as containing a hash constructor, not a block; this was fixed by PPI 1.215 (CPAN RT#61301) - ValuesAndExpressions::ProhibitCommaSeparatedStatements now recognizes 'bless { foo => 1, bar => 2 }' as containing a hash constructor, not a block; this was fixed by PPI 1.215 (CPAN RT#64132) - Bump PPI version requirement to 1.215 - BR/R: perl(Pod::Parser)
14 years ago
8ad5d02388b349aa0df14c2306d11b17 Perl-Critic-1.114.tar.gz