Update to 1.123

- New upstream release 1.123
  - Remove test suite reliance on "." appearing @INC
  - When an object with stringification overloading fails to match a "re" test,
    its stringification is included in the diagnostics
This commit is contained in:
Paul Howarth 2016-09-10 17:33:13 +01:00
parent 82bfdbcd1f
commit 2888d52f96
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Deep
Version: 1.122
Version: 1.123
Release: 1%{?dist}
Summary: Extremely flexible deep comparison
License: GPL+ or Artistic
@ -66,6 +66,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Deep::NoTest.3*
%changelog
* Sat Sep 10 2016 Paul Howarth <paul@city-fan.org> - 1.123-1
- Update to 1.123
- Remove test suite reliance on "." appearing @INC
- When an object with stringification overloading fails to match a "re" test,
its stringification is included in the diagnostics
* Thu Sep 8 2016 Paul Howarth <paul@city-fan.org> - 1.122-1
- Update to 1.122
- Added $Test::Deep::LeafWrapper to control the behavior of simple values in

View File

@ -1 +1 @@
d3ccc0289c21175a2990a4927a94d8b5 Test-Deep-1.122.tar.gz
6533cbb8bc333454cce4cecb503d550a Test-Deep-1.123.tar.gz