diff options
author | obache <obache@pkgsrc.org> | 2006-10-28 08:50:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-28 08:50:59 +0000 |
commit | faf339a351bacfdedae202dd0ac6d0edef6cd94a (patch) | |
tree | fd37f1a7a6ef1a22349a7f0d7ea5fa9abdb6b30a /devel | |
parent | e39c17dac3f75247a5aff391b611c453903cdc4a (diff) | |
download | pkgsrc-faf339a351bacfdedae202dd0ac6d0edef6cd94a.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Deep/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Deep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile index 3fc6aea3c97..3960297cd31 100644 --- a/devel/p5-Test-Deep/Makefile +++ b/devel/p5-Test-Deep/Makefile @@ -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 --git a/devel/p5-Test-Deep/distinfo b/devel/p5-Test-Deep/distinfo index 4548ff8fc61..ed3edb6fc0b 100644 --- a/devel/p5-Test-Deep/distinfo +++ b/devel/p5-Test-Deep/distinfo @@ -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 |