]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - Changes
Importing Variable-Magic-0.07_01.tar.gz
[perl/modules/Variable-Magic.git] / Changes
1 Revision history for Variable-Magic
2
3 0.07    2007-12-27
4         + Add : copy, dup & local magic.
5
6 0.06    2007-11-20 10:10 UTC
7         + Chg : 5.7.3 is now officially required.
8         + Fix : "data" test failures on 5.8.{0,2}.
9         + Fix : Drand01() vs rand().
10
11 0.05    2007-11-19 09:10 UTC
12         + Fix : 5.10.0_RC1 compatibility fix.
13
14 0.04    2007-08-28 12:25 UTC
15         + Chg : s/require (XSLoader)/use $1/.
16         + Fix : Tests are now strict.
17         + Fix : Complete dependencies.
18
19 0.03    2007-08-01 17:20 UTC
20         + Add : Passing the signature of an already defined magic to wizard()
21                 now returns the corresponding magic object.
22         + Add : You can pass the numeric signature as the wizard argument of
23                 cast(), dispell() and getdata().
24         + Add : Any argument specified after the wizard (or the signature) in a
25                 call to cast() is now passed to the private data constructor in
26                 $_[1] and after.
27         + Chg : $_[0] is now always a reference to the magic variable in all
28                 callbacks. The reason for changing from the previous behaviour
29                 is that one may want to apply the same magic to a plain scalar
30                 and to a scalar reference, and needs a way to distinguish
31                 between them in the callback (say, ref()).
32         + Fix : Wizard object destruction used not to free the signature.
33
34 0.02    2007-07-27 13:50 UTC
35         + Fix : In response to test report 548152 :
36                 Newx() and SvMAGIC_set() not present on older perls.
37         + Fix : In response to test report 548275 :
38                 Since perl 5.9.5, 'clear' magic is invoked when an array is
39                 undefined (bug #43357). Moreover, 'len' magic is no longer
40                 called by pushing an element since perl 5.9.3.
41         + Fix : Missing glob test in MANIFEST.
42
43 0.01    2007-07-25 16:15 UTC
44         First version, released on an unsuspecting world.
45