f38
Jitka Plesnikova 9 years ago
parent a7551417d7
commit f26869e4d0

1
.gitignore vendored

@ -17,3 +17,4 @@ Test-Strict-0.13.tar.gz
/Test-Strict-0.32.tar.gz
/Test-Strict-0.34.tar.gz
/Test-Strict-0.36.tar.gz
/Test-Strict-0.37.tar.gz

@ -1,6 +1,6 @@
Name: perl-Test-Strict
Version: 0.36
Release: 3%{?dist}
Version: 0.37
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Check syntax, presence of use strict/warnings, and test coverage
@ -11,6 +11,7 @@ BuildArch: noarch
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@ -60,6 +61,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jun 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-1
- 0.37 bump
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-3
- Perl 5.24 rebuild

@ -1 +1 @@
3e3b6a955b612fed277b1ede10ed84fc Test-Strict-0.36.tar.gz
739d91c3404e341245ebd0a0081ddc31 Test-Strict-0.37.tar.gz

Loading…
Cancel
Save