[t/spec] Basic tests for :p argument to match method.
[pugs.git] / ext / Tree / ChangeLog
blobb2735335882fd2b0bb1863b476237a96d3f824f7
2 == Changes for Version 0.0.2
4 * now uses `submethod BUILD` to set default values
5 * changed attributes to be public, and `$.node` to be rw
6 * `parent()` no longer takes `$parent` arg, use `:_set_parent` instead
7 * added `t/extended_tests.t` from the Perl 5 Tree::Simple distro
8 ** various small bug/syntax fixes the new test uncovered
10 STILL TODO:
12 * add more tests from Tree::Simple
13 * fix bugs uncovered by new test
14 * fix documentation
16 == Changes for Version 0.0.1
18 * First OO version 
19 * Changed name from Tree::Simple to plain Tree