Revision history for Variable-Magic
+0.55 2014-10-20 23:45 UTC
+ + Fix : [RT #99319] : t/18-opinfo.t: test failure due to change in
+ perl 5 blead
+ The new METHOP op class added in perl 5.21.5 is now supported.
+ Thanks James E Keenan for reporting.
+
0.54 2014-09-22 17:30 UTC
+ Add : The new constant VMG_COMPAT_CODE_COPY_CLONE evaluates to true
if your perl calls 'copy' magic when a magical code prototype
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
+ "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.54"
+ "version" : "0.55"
}
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
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.54'
+version: '0.55'
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.54
+ Version 0.55
SYNOPSIS
use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
Carp (core since perl 5), XSLoader (since 5.6.0).
- Copy tests need Tie::Array (core since perl 5.005) and Tie::Hash (since
- 5.002). Some uvar tests need Hash::Util::FieldHash (since 5.9.4). Glob
- tests need Symbol (since 5.002). Threads tests need threads and
- threads::shared (both since 5.7.3).
-
SEE ALSO
perlguts and perlapi for internal information about magic.
=head1 VERSION
-Version 0.54
+Version 0.55
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.54';
+ $VERSION = '0.55';
}
=head1 SYNOPSIS