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 Feature-Compat-Class

0.06    2023-07-03
        [CHANGES]
         * Updated documentation for Perl v5.38 release which now includes
           feature 'class'
         * Avoid Test::Fatal so the tests are core-only on Perl v5.38

0.05    2023-01-12
        [CHANGES]
         * Don't enable the implied pragmata (strict, warnings, etc..) when
           using Object::Pad, because core version won't do that

0.04    2022-12-14
        [CHANGES]
         * Support field initialiser expressions, the `:param` field
           attribute, and the `=`, `//=` and `||=` defaulting assignment modes
         * Don't unit-test anything to do with ADJUST receiving a hashref of
           parameters as soon it won't any more

0.03    2022-10-29
        [CHANGES]
         * Forbid `ADJUST :params` from Object::Pad v0.70

0.02    2022-10-25
        [CHANGES]
         * Support the `:isa` class attribute, now that perl's `feature-class`
           branch does

0.01    2022-08-27
        First version, released on an unsuspecting world.