Skip Menu |

This queue is for tickets about the Math-Polygon CPAN distribution.

Report information
The Basics
Id: 19195
Status: resolved
Priority: 0/
Queue: Math-Polygon

People
Owner: Nobody in particular
Requestors: mtworek [...] emergingmemory.com
Cc:
AdminCc:

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



Subject: A simple typo
Just reviewed sub polygon_start_minxy(@) My guess is that line: my $ring = $_[0][0]==$_[-1][0] && $_[-1][1]==$_[-1][1]; should read: my $ring = $_[0][0]==$_[-1][0] && $_[ 0][1]==$_[-1][1]; Regards, MT .
Correct. Math::Polygon fixed and released new version. Sorry that you had to wait, but RT's message was lost in my spam-filter.