Skip Menu |

This queue is for tickets about the Data-Sah CPAN distribution.

Report information
The Basics
Id: 86637
Status: resolved
Priority: 0/
Queue: Data-Sah

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

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



Subject: Data-Sah not available for 5.18.0 and newer perls
... The reason seems to be that Language::Expr does not build anymore with 5.18.0, and this is caused by Regexp::Common failing with 5.18.0. I heard that it's not easy (or even not possible) to get Regexp::Common fixed for 5.18.0. So maybe it's better to look for alternatives here? Regards, Slaven
On 2013-07-02 10:00:11, SREZIC wrote: Show quoted text
> ... The reason seems to be that Language::Expr does not build anymore > with 5.18.0, and this is caused by Regexp::Common failing with > 5.18.0. I heard that it's not easy (or even not possible) to get > Regexp::Common fixed for 5.18.0. So maybe it's better to look for > alternatives here? >
Just a correction: it's not Regexp::Common broken, but Regexp::Grammars. Regards, Slaven
On Tue Jul 02 12:24:34 2013, SREZIC wrote: Show quoted text
> On 2013-07-02 10:00:11, SREZIC wrote:
> > ... The reason seems to be that Language::Expr does not build anymore > > with 5.18.0, and this is caused by Regexp::Common failing with > > 5.18.0. I heard that it's not easy (or even not possible) to get > > Regexp::Common fixed for 5.18.0. So maybe it's better to look for > > alternatives here? > >
> > Just a correction: it's not Regexp::Common broken, but Regexp::Grammars. > > Regards, > Slaven
Hi Slaven, You're right. I've been meaning to replace RG with Marpa for the longest time, since with my RG grammar longer expressions take exponentially longer time to parse, but so far haven't got the time. Luckily 5.18 is out of my horizon for at least several more years :-) I'll try to look into it in the nearer future. Regards, Steven
Since RG issue with Perl 5.18 has been resolved, I'm closing this ticket.