The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.13

  • added width functionality (with getWidth), thanks to Mark Thomas for his insight/suggestions
    • added tests for this
    • added documentation for this
  • improved the height functionality, thanks again to Mark Thomas for his insight/suggestions
    • deprecated the 'height' method in favor of the more consistent 'getHeight' method
    • added tests for this
    • added documentation for this
  • added some info in the docs to explain the depth value for ROOT trees.
  • cleaned up and improved the following test files > 11_Tree_Simple_fixDepth_test.t > 13_Tree_Simple_clone_test.t

Modules

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