Revision history for Syntax-Keyword-Match
0.04 2021-05-24
[CHANGES]
* Updated for XS::Parse::Keyword 0.04 API change
0.03 2021-04-21
[CHANGES]
* Added :experimental(dispatch) feature for more efficient runtime
of large constant dispatch cases
* Unit-test that operation on objects with overloaded comparison
operators works correctly
0.02 2021-04-17
[CHANGES]
* Support `isa` and `=~` operator
* Support non-constant case() expressions
* Back-compatbility to perl 5.16
0.01 2021-04-15
First version, released on an unsuspecting world.