Changes for version 1.01

  • Made API change:
    • removeChild($index) is not removeChildAt($index) and removeChild($child) has replaced it. See the documentation for more info.
    • backwards compatability maintained under change.
    • new tests written to test the new code and to test the backwards compatability
  • Test suite is not at 99% coverage (with 415 tests)
  • Moved object initialization code from Tree::Simple::Visitor::new to Tree::Simple::Visitor::_init. This keeps in line with the Tree::Simple code and the seperation of object creation and initialization.

Modules

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