Changeset 5497
- Timestamp:
- 07/12/05 15:48:39 (3 years ago)
- svk:copy_cache_prev:
- 7501
- Files:
-
- 1 modified
-
ext/Tree/lib/Tree.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ext/Tree/lib/Tree.pm
r4327 r5497 19 19 ## constructors 20 20 21 submethod BUILD (Any $node) {21 submethod BUILD (Any ?$node) { 22 22 $.depth = -1; 23 23 $.height = 1;
