The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
match-simple-XS
===============

Created:      2014-02-20
Home page:    <https://metacpan.org/release/match-simple-XS>
Bug tracker:  <https://github.com/tobyink/p5-match-simple-xs/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.002	2022-12-13

 - Don't internally use ~~ ever, even on overloaded objects.
 - Updated: No longer support Perl older than 5.12.

0.001	2014-03-03	Initial stable release

0.000_05	2014-03-02	Preview

 [ Test Suite ]
 - Don't do `no overloading` on Perl < 5.10.1 in test cases.

0.000_04	2014-03-02	Preview

 [ Bug Fixes ]
 - Fix testing $b->can('MATCH') from XS.

 [ Test Suite ]
 - Greatly improved test suite.

0.000_03	2014-02-21	Preview

 [ Bug Fixes ]
 - Emulate SvRXOK on versions of Perl too old to support it.

0.000_02	2014-02-21	Preview

 [ Bug Fixes ]
 - av_tindex() doesn't work on Perl earlier than 5.18; use av_len()
   instead.

0.000_01	2014-02-21	Preview