Skip Menu |

This queue is for tickets about the IntervalTree CPAN distribution.

Report information
The Basics
Id: 77310
Status: resolved
Priority: 0/
Queue: IntervalTree

People
Owner: Nobody in particular
Requestors: HJANSEN [...] cpan.org
Cc:
AdminCc:

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



Subject: Probably a typo in attribute access in line 415
Line 415 is $self->{minstart} = min($self->{start}, $self->{cright}{minstartz}, $self->{cleft}{minstart}); and I suppose it should be "minstart", not "minstartz" in the second argument to min()?! Best Heiko