updated to 0.17
ChangeLog: 0.17 - More void context correctness fixes WRT tied values - Overzealous seen value mappings made by Callback were removed 0.16 - Fix passing of void context when visiting hashes/arrays (perf optimization to avoid unnecessary cloning) - Added 'visit_seen' and a 'seen' callback for circular structures - Class callbacks are now fired from least derived to most derived, not in hash key order
This commit is contained in:
parent
5bab6875f8
commit
99dffe869a
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:24:35 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/07/21 13:35:32 rhaen Exp $
|
||||
|
||||
DISTNAME= Data-Visitor-0.15
|
||||
DISTNAME= Data-Visitor-0.17
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
@ -14,7 +14,6 @@ DEPENDS+= p5-Tie-ToObject>=0.01:../../devel/p5-Tie-ToObject
|
|||
BUILD_DEPENDS+= p5-Test-use-ok>=0:../../devel/p5-Test-use-ok
|
||||
BUILD_DEPENDS+= p5-Test-MockObject>=1.04:../../devel/p5-Test-MockObject
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Data/Visitor/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:24:35 abs Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/07/21 13:35:32 rhaen Exp $
|
||||
|
||||
SHA1 (Data-Visitor-0.15.tar.gz) = a2023274ca8ef4558fe1ace3262133933f3f126c
|
||||
RMD160 (Data-Visitor-0.15.tar.gz) = 96e7d2abb92673689b9ae3f8016177a0a841ccca
|
||||
Size (Data-Visitor-0.15.tar.gz) = 10770 bytes
|
||||
SHA1 (Data-Visitor-0.17.tar.gz) = bbd5ce166a6232b1d2a9fb3797d77ddaadd9c1a9
|
||||
RMD160 (Data-Visitor-0.17.tar.gz) = c7d8b1bcac3c043333101dfee3095171dc6eb948
|
||||
Size (Data-Visitor-0.17.tar.gz) = 11868 bytes
|
||||
|
|
Loading…
Reference in a new issue