File: Changes

package info (click to toggle)
libattribute-storage-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 168 kB
  • sloc: perl: 368; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,249 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
Revision history for Attribute-Storage

0.09    2014/05/12 16:06:20
        [CHANGES]
         * Added apply_subattrs and find_subs_with_attr; useful copies from
           Circle code

0.08    BUGFIXES:
         * Ensure that dynamic late application using attributes->import
           works, even from other packages
         * Ensure that multi-line attribute definitions work

0.07    CHANGES:
         * Implement NAME attribute flag; allows attribute handling functions
           to know the name of the function they are being applied to

0.06    CHANGES:
         * Implement MULTI attribute flag; allows attributes to be invoked
           multiple times per marked sub

0.05    CHANGES:
         * Use XSLoader instead of DynaLoader

0.04    BUGFIXES:
         * Need to use Module::Build to build it now, generate a 'small'
           Makefile.PL rather than 'traditional'

0.03    CHANGES:
         * Use Magic to implement value storage behind CVs so that destruction
           correctly frees old values on code reload or dropping anonymous
           subs

0.02    CHANGES:
         * Allow RAWDATA for unparsed attributes
         * Various updates to keep CPANTS happy

0.01    First version, released on an unsuspecting world.