Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
Changes for version 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 Smidsrød.
Modules
Visitor style traversal of Perl data structures
A Data::Visitor with callbacks.