f38
Jitka Plesnikova 7 years ago
parent 3bc57909ed
commit 513bd6d12e

1
.gitignore vendored

@ -19,3 +19,4 @@ Test-Strict-0.13.tar.gz
/Test-Strict-0.36.tar.gz
/Test-Strict-0.37.tar.gz
/Test-Strict-0.39.tar.gz
/Test-Strict-0.40.tar.gz

@ -1,6 +1,6 @@
Name: perl-Test-Strict
Version: 0.39
Release: 4%{?dist}
Version: 0.40
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Check syntax, presence of use strict/warnings, and test coverage
@ -10,8 +10,8 @@ BuildArch: noarch
# Build
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@ -61,6 +61,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Dec 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-1
- 0.40 bump
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.39-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
a577d9e1b3fd61b5736e8d58e37eb7f9 Test-Strict-0.39.tar.gz
SHA512 (Test-Strict-0.40.tar.gz) = 1e02c52f4ff1732477ebf83f7112d34fc31966948620070fc3f9b3c91c46eef578c88f594eb9100dea218b6a835f06133c41e50a8b615b38dfbd11cda31ee96e

Loading…
Cancel
Save