]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - Changes
Importing Variable-Magic-0.03.tar.gz
[perl/modules/Variable-Magic.git] / Changes
1 Revision history for Variable-Magic
2
3 0.03    2007-08-01 17:20 UTC
4         + Add : Passing the signature of an already defined magic to wizard()
5                 now returns the corresponding magic object.
6         + Add : You can pass the numeric signature as the wizard argument of
7                 cast(), dispell() and getdata().
8         + Add : Any argument specified after the wizard (or the signature) in a
9                 call to cast() is now passed to the private data constructor in
10                 $_[1] and after.
11         + Chg : $_[0] is now always a reference to the magic variable in all
12                 callbacks. The reason for changing from the previous behaviour
13                 is that one may want to apply the same magic to a plain scalar
14                 and to a scalar reference, and needs a way to distinguish
15                 between them in the callback (say, ref()).
16         + Fix : Wizard object destruction used not to free the signature.
17
18 0.02    2007-07-27 13:50 UTC
19         + Fix : In response to test report 548152 :
20                 Newx() and SvMAGIC_set() not present on older perls.
21         + Fix : In response to test report 548275 :
22                 Since perl 5.9.5, 'clear' magic is invoked when an array is
23                 undefined (bug #43357). Moreover, 'len' magic is no longer
24                 called by pushing an element since perl 5.9.3.
25         + Fix : Missing glob test in MANIFEST.
26
27 0.01    2007-07-25 16:15 UTC
28         First version, released on an unsuspecting world.
29