Accepting request 341476 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/341476 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Strict?expand=0&rev=6
This commit is contained in:
parent
137dc683d8
commit
f49b565330
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8309215bbe711de85289dedda8c729562d9092563b230d05899373c63ad9517
|
|
||||||
size 12443
|
|
3
Test-Strict-0.31.tar.gz
Normal file
3
Test-Strict-0.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a49f6eb283a17f099fcd1e579eabca6585486116447598c908100997c44bdd59
|
||||||
|
size 12574
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 29 10:31:01 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.31
|
||||||
|
see /usr/share/doc/packages/perl-Test-Strict/Changes
|
||||||
|
|
||||||
|
0.31 2015-10-27 10:35:00 MANWAR
|
||||||
|
- Upgraded the min perl version to 5.006 as proposed by Perl::MinimumVersion.
|
||||||
|
- Added MIN_PERL_VERSION to the Makefile.PL script.
|
||||||
|
- Updated unit test script t/02fail.t to comply with perl 5.006.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 24 09:37:21 UTC 2015 - coolo@suse.com
|
Sat Oct 24 09:37:21 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Strict
|
Name: perl-Test-Strict
|
||||||
Version: 0.30
|
Version: 0.31
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Strict
|
%define cpan_name Test-Strict
|
||||||
Summary: Check syntax, presence of use strict; and test coverage
|
Summary: Check syntax, presence of use strict; and test coverage
|
||||||
@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Devel::Cover) >= 0.43
|
BuildRequires: perl(Devel::Cover) >= 0.43
|
||||||
|
BuildRequires: perl(IO::Scalar)
|
||||||
BuildRequires: perl(Test::More) >= 1.00
|
BuildRequires: perl(Test::More) >= 1.00
|
||||||
Requires: perl(Devel::Cover) >= 0.43
|
Requires: perl(Devel::Cover) >= 0.43
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Loading…
Reference in New Issue
Block a user