Subject: | lvalue required as left operand of assignment |
I just descivered this on CPAN testers:
http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Math-Geometry-Voronoi;maxver=
The linux boxes complained about:
lvalue required as left operand of assignment
The OSX boxes instead said:
ld: multiple definitions of symbol _voronoi
voronoi.o definition of _voronoi in section (__TEXT,__text)
Voronoi.o definition of _voronoi in section (__TEXT,__text)
make: *** [blib/arch/auto/Math/Geometry/Voronoi/Voronoi.bundle] Error 1
Hope this helps,