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:
Paul Howarth 2011-05-16 12:49:32 +01:00
parent 077f0fdadc
commit 311f21ae61
3 changed files with 19 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Perl-Critic-1.115.tar.gz
/Perl-Critic-[0-9.]*.tar.gz

View File

@ -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

View File

@ -1 +1 @@
d9a14beee1c760e81c7b98af36f26bf1 Perl-Critic-1.115.tar.gz
75b24983cde08329800d814ef7033ca9 Perl-Critic-1.116.tar.gz