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:
parent
82bfdbcd1f
commit
2888d52f96
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user