rurban / re-engine-PCRE2

use pcre-jit instead of slow perl regex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable length lookbehind is experimental in regex (v5.29.9)

rurban opened this issue · comments

t/1-basic.t needs to support the new perl5 feature, which pcre2 implemented a while ago.
See eg. http://www.cpantesters.org/cpan/report/feb4fbc6-5977-11e9-80df-ef171f24ea8f

Implemented in 0.15 with 6b5cc9b

A modified patch from the above commit fixes:
https://rt.cpan.org/Public/Bug/Display.html?id=129585
I can't find any other way to pass this on.