Update to 1.115

- New upstream release 1.115:
  - Fatal error in RegularExpressions::ProhibitUnusedCapture here document
    check (CPAN RT#67116)
  - Internal POD error in Documentation::RequirePodLinksIncludeText
    (CPAN RT#67012)
This commit is contained in:
Paul Howarth 2011-04-01 13:10:10 +01:00
parent 2868c631b8
commit 077f0fdadc
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Perl-Critic-1.114.tar.gz
/Perl-Critic-1.115.tar.gz

View File

@ -1,7 +1,7 @@
%bcond_with authortests
Name: perl-Perl-Critic
Version: 1.114
Version: 1.115
Release: 1%{?dist}
Summary: Critique Perl source code for best-practices
@ -157,6 +157,13 @@ LC_ALL=en_US ./Build test
%changelog
* Fri Apr 1 2011 Paul Howarth <paul@city-fan.org> - 1.115-1
- update to 1.115
- fatal error in RegularExpressions::ProhibitUnusedCapture here document
check (CPAN RT#67116)
- internal POD error in Documentation::RequirePodLinksIncludeText
(CPAN RT#67012)
* Tue Mar 29 2011 Paul Howarth <paul@city-fan.org> 1.114-1
- update to 1.114
- Documentation::RequirePodLinksIncludeText now handles nested POD formatting

View File

@ -1 +1 @@
8ad5d02388b349aa0df14c2306d11b17 Perl-Critic-1.114.tar.gz
d9a14beee1c760e81c7b98af36f26bf1 Perl-Critic-1.115.tar.gz