pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Visitor updated to 0.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fdce1852332
branches:  trunk
changeset: 544876:2fdce1852332
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Jul 21 13:35:32 2008 +0000

description:
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

diffstat:

 devel/p5-Data-Visitor/Makefile |  5 ++---
 devel/p5-Data-Visitor/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 126c0900bc95 -r 2fdce1852332 devel/p5-Data-Visitor/Makefile
--- a/devel/p5-Data-Visitor/Makefile    Mon Jul 21 13:12:17 2008 +0000
+++ b/devel/p5-Data-Visitor/Makefile    Mon Jul 21 13:35:32 2008 +0000
@@ -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 @@
 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
diff -r 126c0900bc95 -r 2fdce1852332 devel/p5-Data-Visitor/distinfo
--- a/devel/p5-Data-Visitor/distinfo    Mon Jul 21 13:12:17 2008 +0000
+++ b/devel/p5-Data-Visitor/distinfo    Mon Jul 21 13:35:32 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index