Revision history for re::engine::PCRE2

0.05 Sun Apr 9 10:48:20 2017 +0200 rurban

    - Harmonize re_tests with core, add version specifics
    - Document failing tests, with PCRE2 vs older perls.
      It's about the same, when the biggest problem, no utf8 patterns
      with utf8 subjects is fixed. Arguably PCRE2 is even better.

0.04 Fri Apr 7 19:57:46 2017 +0200 rurban

    - add META_MERGE resources, esp. for the bugtracker

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