]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
Fix infinite recursion with perl 5.17.[12]
authorVincent Pit <vince@profvince.com>
Sun, 23 Sep 2012 20:56:09 +0000 (22:56 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 09:54:01 +0000 (11:54 +0200)
This is solved by setting the new op_comp member of the regexp engine
struct. We also replace PL_core_reg_engine by our own regexp engine.


No differences found