Skip Menu |

This queue is for tickets about the Set-IntervalTree CPAN distribution.

Report information
The Basics
Id: 91164
Status: resolved
Priority: 0/
Queue: Set-IntervalTree

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
On Tue Dec 03 23:47:10 2013, blue wrote: Show quoted text
> 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.
Thanks for catching that! I updated the documentation.