Subject: | pod summary uses wrong method |
the pod summary uses the method $tree->window, but that results in this error:
&Set::IntervalTree::constant not defined!
it should be changed to $tree->fetch_window. even better would be to make an alias from window to fetch_window, either in the perl or xs.