Update to 0.30
Upstream changes: 0.30 2013-06-24 - doy/data-visitor should probably be the canonical repository at this point 0.29 2013-06-24 - The class callbacks to be run for an object are now chosen once, at the start of visiting that object. Previously, it always looked through the entire list of callbacks every time, in a loop in which the object in question could be changed by the callback. Since the class callbacks are only partially ordered, this lead to differences in whether a callback would be called or not based on hash order. reported by Robin Smidsrd.
This commit is contained in:
parent
0d18e64387
commit
d750312596
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2013/05/31 12:40:13 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2013/07/27 01:09:52 wen Exp $
|
||||
|
||||
DISTNAME= Data-Visitor-0.28
|
||||
DISTNAME= Data-Visitor-0.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2012/07/18 09:12:21 sno Exp $
|
||||
$NetBSD: distinfo,v 1.11 2013/07/27 01:09:52 wen Exp $
|
||||
|
||||
SHA1 (Data-Visitor-0.28.tar.gz) = 3164ba8620989b3f39fc19b260612c4b98aa2c4a
|
||||
RMD160 (Data-Visitor-0.28.tar.gz) = d8c89c5c65d7a3cfbf816df5a72e2dc0ae13a1df
|
||||
Size (Data-Visitor-0.28.tar.gz) = 23571 bytes
|
||||
SHA1 (Data-Visitor-0.30.tar.gz) = 1b68132cae25963c6408e49e8419f552d7e75dfe
|
||||
RMD160 (Data-Visitor-0.30.tar.gz) = a237c27ecf1ff91c8a23f1d575fb7b2def2c1b8a
|
||||
Size (Data-Visitor-0.30.tar.gz) = 24542 bytes
|
||||
|
|
Loading…
Reference in a new issue