Revision history for Syntax-Operator-Zip
0.10 2024-04-23
[CHANGES]
*
Support N-way list-associative syntax
0.09 2024-01-06
[CHANGES]
*
Quiet the meta::experimental warnings of meta 0.003_002
0.08 2024-01-03
[CHANGES]
*
Use the nicer `meta::package->get` syntax from meta 0.003_001
0.07 2023-12-29
[CHANGES]
*
Use `meta` instead of `no strict 'refs'` hackery to implement
symbol export
0.06 2023-07-21
[CHANGES]
*
Swap all unit tests from `Test::More` to `Test2::V0`
*
Adjusted documentation for release of Perl v5.38
*
Remember to implement `no Syntax::Operator::*` to disable the syntax
*
Give the `M` operator its own hinthash key
0.05 2022-10-24
[CHANGES]
*
Updates for XS::Parse::Infix v0.26
0.04 2022-08-23
[BUGFIXES]
*
Need to use `GIMME_V` to test for `G_VOID`, not `GIMME`
0.03 2021-10-01
[BUGFIXES]
*
t/95benchmark.t requires List::Util v1.56; skip the (entirely
optional) test if not available
0.02 2021-09-29
[CHANGES]
*
Set the XPI_OPERAND_ONLY_LOOK flag so we get anonlist optimisations
[BUGFIXES]
*
Make sure to return copies of arguments, not aliases to them
0.01 2021-09-23
First version, released on an unsuspecting world.