Update to 0.67
- New upstream release 0.67 - Correctly compare subroutine references
This commit is contained in:
parent
173a536a59
commit
ad4656cc37
@ -1,5 +1,5 @@
|
||||
# RPM version needs 4 digits after the decimal to preserve upgrade path
|
||||
%global module_version 0.66
|
||||
%global module_version 0.67
|
||||
%global RPM_version %{module_version}00
|
||||
|
||||
Name: perl-Test-Differences
|
||||
@ -18,6 +18,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(B::Deparse)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Data::Dumper) >= 2.126
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -35,6 +36,7 @@ BuildRequires: perl(Test::Pod) >= 1.22
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
# Explicit Requirements
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(B::Deparse)
|
||||
Requires: perl(Text::Diff) >= 1.43
|
||||
|
||||
%description
|
||||
@ -63,6 +65,10 @@ make test
|
||||
%{_mandir}/man3/Test::Differences.3*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 7 2019 Paul Howarth <paul@city-fan.org> - 0.6700-1
|
||||
- Update to 0.67
|
||||
- Correctly compare subroutine references
|
||||
|
||||
* Thu Feb 28 2019 Paul Howarth <paul@city-fan.org> - 0.6600-1
|
||||
- Update to 0.66
|
||||
- Fix tests on Windows
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Differences-0.66.tar.gz) = 18c70d5f952cf132d3385e5e37eb94ae738859596045005b28d24a5b888abc9444b2bed98eb71e0591fab93b6eebb59dc43b4bbe0958755286f54b29ee053f5b
|
||||
SHA512 (Test-Differences-0.67.tar.gz) = 72f5e70d5ed953f50e7fff36645612b8e531354a217de5e7780ee76d72c95e1aed1f1f23a1aaf447b2893246d0c8d0452f2946afa820966d85b2c99dcf9b5ed9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user