diff --git a/Test-Strict-0.30.tar.gz b/Test-Strict-0.30.tar.gz deleted file mode 100644 index 91ca089..0000000 --- a/Test-Strict-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8309215bbe711de85289dedda8c729562d9092563b230d05899373c63ad9517 -size 12443 diff --git a/Test-Strict-0.31.tar.gz b/Test-Strict-0.31.tar.gz new file mode 100644 index 0000000..429031c --- /dev/null +++ b/Test-Strict-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49f6eb283a17f099fcd1e579eabca6585486116447598c908100997c44bdd59 +size 12574 diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index 9ab0081..ec33081 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -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 diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 6a6163f..1e68153 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -17,7 +17,7 @@ Name: perl-Test-Strict -Version: 0.30 +Version: 0.31 Release: 0 %define cpan_name Test-Strict Summary: Check syntax, presence of use strict; and test coverage @@ -31,6 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Devel::Cover) >= 0.43 +BuildRequires: perl(IO::Scalar) BuildRequires: perl(Test::More) >= 1.00 Requires: perl(Devel::Cover) >= 0.43 %{perl_requires}