pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-Deep



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jan  2 01:13:29 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-Deep: Makefile distinfo

Log Message:
Update to 1.126

Upstream changes:
1.126     2016-12-27
        - no changes since v1.125_001

1.125_001 2016-12-27
        - if objects in the "expected" structured 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)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Test-Deep/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Test-Deep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Test-Deep/Makefile
diff -u pkgsrc/devel/p5-Test-Deep/Makefile:1.30 pkgsrc/devel/p5-Test-Deep/Makefile:1.31
--- pkgsrc/devel/p5-Test-Deep/Makefile:1.30     Mon Nov  7 14:12:58 2016
+++ pkgsrc/devel/p5-Test-Deep/Makefile  Mon Jan  2 01:13:29 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2016/11/07 14:12:58 mef Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/02 01:13:29 wen Exp $
 
-DISTNAME=              Test-Deep-1.124
+DISTNAME=              Test-Deep-1.126
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}

Index: pkgsrc/devel/p5-Test-Deep/distinfo
diff -u pkgsrc/devel/p5-Test-Deep/distinfo:1.18 pkgsrc/devel/p5-Test-Deep/distinfo:1.19
--- pkgsrc/devel/p5-Test-Deep/distinfo:1.18     Mon Nov  7 14:12:58 2016
+++ pkgsrc/devel/p5-Test-Deep/distinfo  Mon Jan  2 01:13:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/11/07 14:12:58 mef Exp $
+$NetBSD: distinfo,v 1.19 2017/01/02 01:13:29 wen Exp $
 
-SHA1 (Test-Deep-1.124.tar.gz) = b312b4a5555f964fcc4068bf29fbe6315e7db8bc
-RMD160 (Test-Deep-1.124.tar.gz) = eec44ef1c439774cb2e0951a24f3efbe7b6b959d
-SHA512 (Test-Deep-1.124.tar.gz) = 2d50cfba014980b15d7a32c29c75f3ceb296ff89d1d3ba9efc030f50ee466bfcbffcb73b6588a00716ca13d296d50e116d4680f35b90c63a926394da151ec82f
-Size (Test-Deep-1.124.tar.gz) = 41155 bytes
+SHA1 (Test-Deep-1.126.tar.gz) = 8ed85b70e7dd2773b52dc2b82ecf16838c0b237b
+RMD160 (Test-Deep-1.126.tar.gz) = 79b59f8280fdad534486f1eb8a53ad023c6d1f3f
+SHA512 (Test-Deep-1.126.tar.gz) = e4667a3294a6a9d4b2a35e1c6dcc2b52db92589f3060e69fc7d4a4cad604dd2484341156b2cfeabdb4f70b777b687297be93b84a33838eb9622b734569ae9b33
+Size (Test-Deep-1.126.tar.gz) = 41285 bytes



Home | Main Index | Thread Index | Old Index