Update to 1.124

- New upstream release 1.124
  - Avoid an uninitialized warning when array_each() compares to a
    non-reference
This commit is contained in:
Paul Howarth 2016-11-06 15:32:30 +00:00
parent 2888d52f96
commit 470366bc19
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Deep
Version: 1.123
Version: 1.124
Release: 1%{?dist}
Summary: Extremely flexible deep comparison
License: GPL+ or Artistic
@ -51,7 +51,7 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -66,6 +66,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Deep::NoTest.3*
%changelog
* Sun Nov 6 2016 Paul Howarth <paul@city-fan.org> - 1.124-1
- Update to 1.124
- Avoid an uninitialized warning when array_each() compares to a
non-reference
* Sat Sep 10 2016 Paul Howarth <paul@city-fan.org> - 1.123-1
- Update to 1.123
- Remove test suite reliance on "." appearing @INC

View File

@ -1 +1 @@
6533cbb8bc333454cce4cecb503d550a Test-Deep-1.123.tar.gz
8dac53b90c5d7858694a08f55b05d70e Test-Deep-1.124.tar.gz