File: Changes

package info (click to toggle)
libobject-pad-fieldattr-lazyinit-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 74; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,033 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
Revision history for Object-Pad-FieldAttr-LazyInit

0.07    2023-08-22
        [CHANGES]
         * Minor internal renamings to adapt to Object::Pad v0.802

0.06    2023-08-10
        [CHANGES]
         * Swap all of the unit tests from `Test::More` to `Test2::V0`
         * Remember to implement `no ...` to disable the syntax
         * Switch to using `field` of Object::Pad v0.66

0.05    2022-02-01
        [CHANGES]
         * Renamed from Object-Pad-SlotAttr-LazyInit
         * Updated for Object::Pad 0.60

Revision history for Object-Pad-SlotAttr-LazyInit

0.04    2021-11-18
        [CHANGES]
         * Updated for Object::Pad 0.57
         * Fix docs typo "possibility"

0.03    2021-08-10
        [BUGFIXES]
         * Back-compat for perls before 5.28 (too old to have `mg_freeext()`)
         * Avoid leaking the weakself SV
         * Add PERL_NO_GET_CONTEXT

0.02    2021-08-08
        [CHANGES]
         * Updated for Object::Pad 0.50

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