Skip Menu |

This queue is for tickets about the Crypt-SecurID CPAN distribution.

Report information
The Basics
Id: 40942
Status: new
Priority: 0/
Queue: Crypt-SecurID

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

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



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