The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.09

  • Fixed DESTROY to avoid memory leaks (RT-BUG: #7512)
    • added documentation to explain when to call the DESTROY method to properly clean up any circular references
    • added test (14_Tree_Simple_leak_test.t) to verify this fix (needs Test::Memory::Cycle to run)

Modules

A simple tree object
Visitor object for Tree::Simple objects