Subject: | Compile failures with recent perls |
There was a change in recent perls (5.8.9, 5.10.0, 5.11.x) which causes
a compile error with Crypt-SecurID-0.04. This is best viewed here:
http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Crypt-SecurID;maxver=;reports=1;sort=perl;sort=action
The reason for the problem is a change in the XS() macro. It is now
recommended to use XSPROTO() instead of XS() when using in a typedef,
like in securid_wrap.cpp:442
Regards,
Slaven