File: Changes

package info (click to toggle)
libsyntax-keyword-multisub-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 107; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Revision history for Syntax-Keyword-MultiSub

0.04    2023-07-13
        [CHANGES]
         * Updates to compile cleanly on perl v5.38
         * Remember to implement `no Syntax::Keyword::MultiSub` to disable the
           syntax

0.03    2023-06-05
        [CHANGES]
         * Swap all the unit tests to `Test2::V0`

        [BUGFIXES]
         * Also handle OP_DBSTATE when running under `perl -d`

0.02    2021-12-16
        [CHANGES]
         * Updated to XS::Parse::Sublike 0.15
            + Use ctx->moddata as storage
            + Use dynamic actions to simplify name fiddling
         * Added cross-module integration test t/80async-multi-sub.t from
           Future-AsyncAwait

0.01    2021-10-28
        First version, released on an unsuspecting world.