|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Perl-Critic
|
|
|
|
|
Version: 1.118
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Critique Perl source code for best-practices
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -58,6 +58,7 @@ BuildRequires: perl(Readonly::XS)
|
|
|
|
|
BuildRequires: perl(Term::ANSIColor) >= 2.02
|
|
|
|
|
|
|
|
|
|
# Main test suite
|
|
|
|
|
BuildRequires: perl(Fatal)
|
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
BuildRequires: perl(Test::Memory::Cycle)
|
|
|
|
@ -148,6 +149,9 @@ LC_ALL=en_US ./Build %{!?perl_bootstrap:author}test
|
|
|
|
|
%{_mandir}/man3/Test::Perl::Critic::Policy.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 20 2013 Paul Howarth <paul@city-fan.org> - 1.118-4
|
|
|
|
|
- BR: perl(Fatal) for the test suite
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.118-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|