Changes for version 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

Modules

Visitor style traversal of Perl data structures
A Data::Visitor with callbacks.