Skip Menu |

This queue is for tickets about the Regexp-Compare CPAN distribution.

Report information
The Basics
Id: 56060
Status: resolved
Priority: 0/
Queue: Regexp-Compare

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

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



Subject: pregcomp changed in perl 5.11.x and 5.12.0
Regexp-Compare does not compile anymore with the newest perls: engine.c:15:2: error: #error Unsupported PERL_API_VERSION engine.c: In function 'get_regclass_desc': engine.c:182: error: 'regexp' has no member named 'data' engine.c: In function 'find_internal': engine.c:428: error: 'regexp' has no member named 'program' engine.c: In function 'rc_regcomp': engine.c:599: warning: passing argument 1 of 'Perl_pregcomp' from incompatible pointer type engine.c:599: warning: passing argument 2 of 'Perl_pregcomp' makes integer from pointer without a cast engine.c:599: error: too many arguments to function 'Perl_pregcomp' engine.c:599: warning: assignment from incompatible pointer type Regards, Slaven
Regexp::Compare-0.12 supports perl 5.12 .