The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for XS-Parse-Sublike

0.06    2020-03-27
        [CHANGES]
         * Pass a standard shared context struct through the various hook
           stages
         * Add an early hook stage before the call to start_subparse()

0.05    2020-03-26
        [BUGFIXES]
         * Fix hax/parse_subsignature.c.inc to cope with whitespace between
           parameter declarations

0.04    2020-03-18
        [CHANGES]
         * Pass a required module version number to boot_xs_parse_sublike()
         * Added lots of unit tests

0.03    2020-03-18
        [CHANGES]
         * Added xs_parse_sublike_any() allowing custom keywords to combine
           with registered hooks

        [BUGFIXES]
         * Avoid double-free of sigops in case of parse failure
         * Fix hax/parse_subsignature.c.inc for named parameters with default
           expressions

0.02    2020-03-17
        [CHANGES]
         * Added `register_xs_parse_sublike()` and the `permit` hook stage
         * Added toplevel PL_keyword_hook parser function

0.01    2020-03-15
        First version, released on an unsuspecting world.