Changeset 5497

Show
Ignore:
Timestamp:
07/12/05 15:48:39 (3 years ago)
Author:
Stevan
svk:copy_cache_prev:
7501
Message:

Tree - putting out the fire (i think)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ext/Tree/lib/Tree.pm

    r4327 r5497  
    1919## constructors 
    2020 
    21 submethod BUILD (Any $node) { 
     21submethod BUILD (Any ?$node) { 
    2222    $.depth  = -1; 
    2323    $.height = 1;