Update to 1.116
- New upstream release 1.116: - BuiltInFunctions::ProhibitLvalueSubstr does not report violations if the document contains an explicit 'use n.nnn;' where the version is before 5.005 (CPAN RT#59112) - Documentation::RequirePodSections no longer blows up on code having POD but no =head1 (CPAN RT#67231) - RegularExpressions::ProhibitUnusedCapture should more reliably find things like s/(a)/${1}2/ (CPAN RT#67273) - ValuesAndExpressions::ProhibitMagicNumbers and Module::RequireVersionVar now treat versions passed as the second argument of a 'package' statement the same as versions declared as 'our $VERSION ...' (CPAN RT#67159) - Variables::RequireLexicalLoopIterators does not report violations if the document contains an explicit 'use n.nnn;' where the version is before 5.004 (CPAN RT#67760)
This commit is contained in:
parent
077f0fdadc
commit
311f21ae61
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Perl-Critic-1.115.tar.gz
|
||||
/Perl-Critic-[0-9.]*.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_with authortests
|
||||
|
||||
Name: perl-Perl-Critic
|
||||
Version: 1.115
|
||||
Version: 1.116
|
||||
Release: 1%{?dist}
|
||||
Summary: Critique Perl source code for best-practices
|
||||
|
||||
@ -157,6 +157,22 @@ LC_ALL=en_US ./Build test
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2011 Paul Howarth <paul@city-fan.org> - 1.116-1
|
||||
- update to 1.116
|
||||
- BuiltInFunctions::ProhibitLvalueSubstr does not report violations if the
|
||||
document contains an explicit 'use n.nnn;' where the version is before
|
||||
5.005 (CPAN RT#59112)
|
||||
- Documentation::RequirePodSections no longer blows up on code having POD but
|
||||
no =head1 (CPAN RT#67231)
|
||||
- RegularExpressions::ProhibitUnusedCapture should more reliably find things
|
||||
like s/(a)/${1}2/ (CPAN RT#67273)
|
||||
- ValuesAndExpressions::ProhibitMagicNumbers and Module::RequireVersionVar
|
||||
now treat versions passed as the second argument of a 'package' statement
|
||||
the same as versions declared as 'our $VERSION ...' (CPAN RT#67159)
|
||||
- Variables::RequireLexicalLoopIterators does not report violations if the
|
||||
document contains an explicit 'use n.nnn;' where the version is before
|
||||
5.004 (CPAN RT#67760)
|
||||
|
||||
* Fri Apr 1 2011 Paul Howarth <paul@city-fan.org> - 1.115-1
|
||||
- update to 1.115
|
||||
- fatal error in RegularExpressions::ProhibitUnusedCapture here document
|
||||
|
Loading…
Reference in New Issue
Block a user