Revision history for re::engine::PCRE2

0.03 Fri Apr 7 19:38:46 2017 +0200 rurban

    - Minor pod fixes
    - Add Devel::CheckLib (optional)

0.02 Fri Apr 7 11:22:51 2017 +0200 rurban

    - Add many more config functions and pattern methods.
    - Enable the full perl regexp testsuite.
      Only anchored /g regexp's are still failing.
    - Implemented op_comp, with a fallback to core re_engine
      with codeblocks.
    - Add pcre warning when falling back to core re_engine on
      unsupported patterns.

0.01 Wed Apr 5 11:40:18 2017 +0200 rurban

    - Started from re-engine-PCRE.
    - fixed tests, added backcompat, changed to PCRE2 API and added jit