From 561949ece4e6ea23d09cdd652ba3fef141002d1b Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Sun, 1 Jan 2017 19:19:44 +0000
Subject: Update to 1.126

- New upstream release 1.126
  - If objects in the "expected" structure have an as_test_deep_cmp method, it
    will be called and its return (which should be a Test::Deep::Cmp object)
    will be used as the test for that location in the structure
  - Internal undocumented class_base routine has been replaced with a
    different, clearly private routine
  - The LeafWrapper is also used for objects with an unknown reftype (like
    LVALUE or other weird ones)
---
 perl-Test-Deep.spec | 12 +++++++++++-
 sources             |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec
index d1879af..b8d223c 100644
--- a/perl-Test-Deep.spec
+++ b/perl-Test-Deep.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Deep
-Version:        1.124
+Version:        1.126
 Release:        1%{?dist}
 Summary:        Extremely flexible deep comparison
 License:        GPL+ or Artistic
@@ -66,6 +66,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Deep::NoTest.3*
 
 %changelog
+* Sun Jan  1 2017 Paul Howarth <[email protected]> - 1.126-1
+- Update to 1.126
+  - If objects in the "expected" structure have an as_test_deep_cmp method, it
+    will be called and its return (which should be a Test::Deep::Cmp object)
+    will be used as the test for that location in the structure
+  - Internal undocumented class_base routine has been replaced with a
+    different, clearly private routine
+  - The LeafWrapper is also used for objects with an unknown reftype (like
+    LVALUE or other weird ones)
+
 * Sun Nov  6 2016 Paul Howarth <[email protected]> - 1.124-1
 - Update to 1.124
   - Avoid an uninitialized warning when array_each() compares to a
diff --git a/sources b/sources
index cc4ee39..1c68741 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8dac53b90c5d7858694a08f55b05d70e  Test-Deep-1.124.tar.gz
+SHA512 (Test-Deep-1.126.tar.gz) = 
e4667a3294a6a9d4b2a35e1c6dcc2b52db92589f3060e69fc7d4a4cad604dd2484341156b2cfeabdb4f70b777b687297be93b84a33838eb9622b734569ae9b33
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Test-Deep.git/commit/?h=master&id=561949ece4e6ea23d09cdd652ba3fef141002d1b
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to