Revision history for Variable-Magic
+0.61 2017-01-24 15:30 UTC
+ + Fix : [RT #115792] : Latest blead stack unwind work causes infloop
+ in a test.
+ A change in how the core frees temporary values after eval
+ interacted badly with Variable::Magic and caused infinite loops
+ when a free callback was attached to a wizard. This change was
+ temporarily reverted, but is going to be reinstated, and
+ Variable::Magic is now able to play nicely when this happens.
+ Thanks Peter Rabbitson for reporting and David Mitchell for
+ providing a fix.
+
+
0.60 2016-09-06 22:30 UTC
+ Chg : A large chunk of boilerplate XS code, which is also used in
other XS modules, has been factored out of the main .xs file
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.60",
+ "version" : "0.61",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
homepage: http://search.cpan.org/dist/Variable-Magic/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git
-version: '0.60'
+version: '0.61'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.60
+ Version 0.61
SYNOPSIS
use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
perldoc Variable::Magic
COPYRIGHT & LICENSE
- Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Vincent Pit,
- all rights reserved.
+ Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 Vincent
+ Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 VERSION
-Version 0.60
+Version 0.61
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.60';
+ $VERSION = '0.61';
}
=head1 SYNOPSIS