Revision history for Variable-Magic
+0.62 2017-11-04 16:35 UTC
+ + Fix : [RT #123314] : Compatibility with CV-in-stash optimisation
+ Thanks Father Chrysostomos for reporting and contributing a
+ patch.
+
0.61 2017-01-24 15:30 UTC
+ Fix : [RT #115792] : Latest blead stack unwind work causes infloop
in a test.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Variable-Magic",
"no_index" : {
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.61",
- "x_serialization_backend" : "JSON::PP version 2.27400"
+ "version" : "0.62",
+ "x_serialization_backend" : "JSON::PP version 2.94"
}
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.3, 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.61'
+version: '0.62'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.61
+ Version 0.62
SYNOPSIS
use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
=head1 VERSION
-Version 0.61
+Version 0.62
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.61';
+ $VERSION = '0.62';
}
=head1 SYNOPSIS