Revision history for Variable-Magic
+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
+ to a collection of .h files in the xsh subdirectory.
+ + Fix : [RT #128989] : Bleadperl v5.25.3-266-g1d7e644 breaks V::M.
+ Len magic is no longer called for negative array indices
+ fetches, so the relevant tests are now skipped.
+ Thanks Andreas Koenig for reporting.
+
0.59 2015-10-05 19:05 UTC
+ Chg : The magic callbacks are now always executed in a new stack.
This should have no negative impact (performance-wise or
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.59",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "0.60",
+ "x_serialization_backend" : "JSON::PP version 2.27400"
}
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
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.59'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '0.60'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.59
+ Version 0.60
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 Vincent Pit, all
- rights reserved.
+ Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 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.59
+Version 0.60
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.59';
+ $VERSION = '0.60';
}
=head1 SYNOPSIS