The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Syntax-Operator-Divides

0.07    2024-01-06
        [CHANGES]
         * Quiet the meta::experimental warnings of meta 0.003_002

0.06    2024-01-03
        [CHANGES]
         * Use the nicer `meta::package->get` syntax from meta 0.003_001

0.05    2023-12-29
        [CHANGES]
         * Use `meta` instead of `no strict 'refs'` hackery to implement
           symbol export

0.04    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.03    2022-12-25
        [CHANGES]
         * Updates for XS::Parse::Infix v0.27
            + Stores parsedata in an `SV *` not an `ANY`

0.02    2022-10-24
        [CHANGES]
         * Add a wrapper function
         * Updates for XS::Parse::Infix v0.26

0.01    2021-08-31
        First version, released on an unsuspecting world.