Revision history for Syntax-Keyword-Dynamically
0.05 2020-07-06
[CHANGES]
* Added explicit use VERSION declarations to every perl file
[BUGFIXES]
* Fixes to keep perl built with -DDEBUGGING happy
0.04 2020-02-25 18:00:37
[BUGFIXES]
* Support various operators assigning into pad lexicals which the
peephole optimiser turns into OPpTARGET_MY-using ops instead of
OP_SASSIGN.
0.03 2020-02-17 15:21:44
[CHANGES]
* Remember to add hax/*.c.inc files to MANIFEST
0.02 2020-02-17 14:15:18
[CHANGES]
* Perform dynamic (and repeatable) suspend & resume around
async/await from Future::AsyncAwait
* Handle hash keys specially, deleting them again as required
(RT131738)
0.01 2018-08-18 17:34:28
First version, released on an unsuspecting world.