summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Visitor
AgeCommit message (Collapse)AuthorFilesLines
2009-05-20pkgsrc changes:sno2-11/+12
- Updating package for p5 module Data::Visitor from 0.24 to 0.25 - Setting gnu-gpl-v2 as license - Adjusting dependencies accoring to META.yml Upstream changes: 0.25 - Depend on Any::Moose 0.09, which pulls in Mouse 0.21, avoiding warnings related to compute_all_applicable_attributes (rafl)
2009-04-29Updated devel/p5-Data-Visitor to 0.24abs2-9/+10
0.24 - use get_all_attributes instead of the deprecated compute_all_applicable_attributes (rafl) 0.23 - Switch to Any::Moose
2008-12-20Update from version 0.21 to 0.22.he2-7/+6
Pkgsrc changes: o Remove dependenc on Class::Accessor, it does not appear to be needed Upstream changes: 0.22 - add a no warnings 'recursion', deep recursion is legitimate in most cases
2008-11-02Update from version 0.18nb1 to 0.21.he2-10/+9
Pkgsrc changes: o Convert some BUILD_DEPENDS to DEPENDS, in accordance with META.yml o Update the dependency on p5-Mouse Upstream changes: 0.21 - Fix a bug in Data::Visitor::Callback WRT returning non reference values from callbacks (#38306). - Refactor the visit_tied split - Propagation of void context 0.20 - Split visit_tied into methods per each reftype, to make it possible to return something that is an object but still doesn't get tied. 0.19 - Support multiple arguments to visit() - use BUILDARGS for argument processing - remove Data::Alias dep for now, it breaks on windows & aix with 5.8.8
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-22Update from version 0.17 to 0.18.he2-7/+11
Pkgsrc changes: Add numerous dependencies, recently added to pkgsrc. Upstream changes: 0.18 - Weak reference support
2008-07-21updated to 0.17rhaen2-7/+6
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
2008-07-14Added devel/p5-Data-Visitor version 0.15abs3-0/+32
This module is a simple visitor implementation for Perl values. It has a main dispatcher method, visit, which takes a single perl value and then calls the methods appropriate for that value.