Update to 1.01.

This commit is contained in:
Jose Pedro Oliveira 2007-01-26 15:25:30 +00:00
parent 0bd18b635b
commit 623a133178
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Perl-Critic
Version: 0.23
Release: 2%{?dist}
Version: 1.01
Release: 1%{?dist}
Summary: Critique Perl source code for best-practices
Group: Development/Libraries
@ -20,6 +20,7 @@ BuildRequires: perl(Module::Pluggable) >= 3.1
BuildRequires: perl(PPI) >= 1.118
BuildRequires: perl(String::Format) >= 1.13
BuildRequires: perl(Perl::Tidy)
BuildRequires: perl(Test::Memory::Cycle)
# Author tests
#BuildRequires: perl(Test::Perl::Critic)
#BuildRequires: perl(Test::Kwalitee)
@ -79,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jan 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
- Update to 1.01.
- New build requirement: perl(Test::Memory::Cycle).
* Thu Jan 25 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
- perl(Set::Scalar) is no longer required.