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:
parent
2868c631b8
commit
077f0fdadc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Perl-Critic-1.114.tar.gz
|
||||
/Perl-Critic-1.115.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user