File: Changes

package info (click to toggle)
libsyntax-operator-in-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 201; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 1,759 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Revision history for Syntax-Operator-In

0.10    2024-07-19
        [CHANGES]
         * Updates for XS::Parse::Infix v0.44
            + Use fully-qualified name
            + No need to account for local XSParseInfix.h file

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

0.05    2022-12-25
        [CHANGES]
         * Neater compiletime error reporting of recognised but invalid
           operator names
         * Document that PL_infix_plugin now works on development perl version
           v5.37.7

0.04    2022-11-25
        [CHANGES]
         * Accept in:OP notation as well, as it may overall be neater and
           better. Still the subject of ongoing experimentation

        [BUGFIXES]
         * Add a brace for C99-challenged compilers (RT144990)

0.03    2022-10-31
        [CHANGES]
         * Use XS::Parse::Infix v0.27 to handle recursion into the infix
           operator parser, permitting use of other infix equality operators

0.02    2022-10-24
        [CHANGES]
         * Updates for XS::Parse::Infix v0.26
         * Added an actual initial implementation of the in<OP> meta-operator
           syntax

0.01    2022-06-24
        First version, released on an unsuspecting world.