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 p5-Test-Deep to 0.096.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d3d14e7bc39
branches: trunk
changeset: 520755:2d3d14e7bc39
user: obache <obache%pkgsrc.org@localhost>
date: Sat Oct 28 08:50:59 2006 +0000
description:
Update p5-Test-Deep to 0.096.
Changes:
0.096
%WrapCache was keeping references to external data. It's now local()ised at the start of a comparison just like the other caches (why I didn't do that when I added it, I don't know). Thanks to
Matthijs Bomhoff for reporting the problem.
0.095
Docs and code didn't match, useclass was actually requireclass, available as
both now
0.094
Changed Set and Bag to no longer issue warnings when undefs are
present. Needed to make the sort and the diagnotics
undef-aware. Thanks to Colin Kuskie for pointing this out.
Added tests for this.
0.093
Fixed inifinte recursion when adding comparators into bags. That whole area is unpleasant - conceptually as well as implementation-wise. Comparators no longer inherit a compare method, so we only
call the specialised compare if it exists, otherwise we just do normal deep comparison.
Removed a debugging print.
diffstat:
devel/p5-Test-Deep/Makefile | 4 ++--
devel/p5-Test-Deep/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 31a89453527e -r 2d3d14e7bc39 devel/p5-Test-Deep/Makefile
--- a/devel/p5-Test-Deep/Makefile Sat Oct 28 08:46:13 2006 +0000
+++ b/devel/p5-Test-Deep/Makefile Sat Oct 28 08:50:59 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:24 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/28 08:50:59 obache Exp $
-DISTNAME= Test-Deep-0.092
+DISTNAME= Test-Deep-0.096
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r 31a89453527e -r 2d3d14e7bc39 devel/p5-Test-Deep/distinfo
--- a/devel/p5-Test-Deep/distinfo Sat Oct 28 08:46:13 2006 +0000
+++ b/devel/p5-Test-Deep/distinfo Sat Oct 28 08:50:59 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/23 22:00:26 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/10/28 08:50:59 obache Exp $
-SHA1 (Test-Deep-0.092.tar.gz) = a258e44d1d2743642e75301efc0411029de48eca
-RMD160 (Test-Deep-0.092.tar.gz) = 45bc55400bd05660d92a4a482dc3e8e547a4719a
-Size (Test-Deep-0.092.tar.gz) = 29990 bytes
+SHA1 (Test-Deep-0.096.tar.gz) = df871cfc90aae4a7bc0c223b5ea255bacd775e66
+RMD160 (Test-Deep-0.096.tar.gz) = b8bedc8091da7d575a7d22c2d2dcc636118a2962
+Size (Test-Deep-0.096.tar.gz) = 30894 bytes
Home |
Main Index |
Thread Index |
Old Index