pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Deep Update to 1.123



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59b8ad24f3db
branches:  trunk
changeset: 352317:59b8ad24f3db
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Sep 12 12:28:06 2016 +0000

description:
Update to 1.123

Upstream changes:
1.123     2016-09-09
        - remove test suite reliance on "." appearing @INC (thanks, Graham Knop
          and Karen Etheridge!)
        - when an object with stringification overloading fails to match a
          "re" test, its stringification is included in the diagnostics

1.122     2016-09-07
        - added $Test::Deep::LeafWrapper to control the behavior of simple
          values in the "expected" definition; by default, they are treated as
          shallow($x) tests, but you can now say (for example)
          C<< $Test::Deep::LeafWrapper = \&str >> to always treat the got value
          as a string, even if blessed, etc.

1.121_001 2016-07-19
        - documentation improvements
        - avoid a few evals, localize $@ in a few places where eval is used
        - good bye tabs, hello spaces

diffstat:

 devel/p5-Test-Deep/Makefile |   5 ++---
 devel/p5-Test-Deep/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 5b7a5acd771c -r 59b8ad24f3db devel/p5-Test-Deep/Makefile
--- a/devel/p5-Test-Deep/Makefile       Mon Sep 12 12:25:42 2016 +0000
+++ b/devel/p5-Test-Deep/Makefile       Mon Sep 12 12:28:06 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2016/06/08 19:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2016/09/12 12:28:06 wen Exp $
 
-DISTNAME=              Test-Deep-1.120
+DISTNAME=              Test-Deep-1.123
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
 
diff -r 5b7a5acd771c -r 59b8ad24f3db devel/p5-Test-Deep/distinfo
--- a/devel/p5-Test-Deep/distinfo       Mon Sep 12 12:25:42 2016 +0000
+++ b/devel/p5-Test-Deep/distinfo       Mon Sep 12 12:28:06 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2016/04/15 10:35:44 wiz Exp $
+$NetBSD: distinfo,v 1.17 2016/09/12 12:28:06 wen Exp $
 
-SHA1 (Test-Deep-1.120.tar.gz) = 31860fabf33520dedee66147e5962577df1ea511
-RMD160 (Test-Deep-1.120.tar.gz) = 657a339d3130eadbf5b22792aec71d11cd001da1
-SHA512 (Test-Deep-1.120.tar.gz) = 8511a3070db440b8bde3c58c2c3f9cfe81900c96e27c474d7f21c1bdcc7846b7d7bb11a3c32dabe1183957c98f0bece0442cf9874514fbe3893c88919fd35b54
-Size (Test-Deep-1.120.tar.gz) = 38973 bytes
+SHA1 (Test-Deep-1.123.tar.gz) = c04d3473570942638571d933e4f9f7eff7d65547
+RMD160 (Test-Deep-1.123.tar.gz) = e4469d766e806607bb495f982f252836ee0cedde
+SHA512 (Test-Deep-1.123.tar.gz) = 8e63d00cecca51d962e78e0ff520bd229747df2c8f33e8545758f695dfc57e07bde4a7418df27778595e0a7cbab2a8054e8d1e2c44a70cb6dd39583275b98228
+Size (Test-Deep-1.123.tar.gz) = 40933 bytes



Home | Main Index | Thread Index | Old Index