Revision history for Variable-Magic
+0.63 2022-09-20 21:45 UTC
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.62 can skip this update.
+ + Fix : [RT #144052] : Add support for 5.37.3s PADSV_STORE optimization
+ B.pm-related tests have been taught about this new thing.
+ Thanks Richard Leach for contributing a patch.
+ + Upd : Contact info.
+
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
{
"abstract" : "Associate user-defined magic to variables from Perl.",
"author" : [
- "Vincent Pit <perl@profvince.com>"
+ "Vincent Pit <vpit@cpan.org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
},
"configure" : {
"requires" : {
- "Config" : "0",
"ExtUtils::MakeMaker" : "0"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
+ "mailto" : "bug-variable-magic@rt.cpan.org",
"web" : "http://rt.cpan.org/Dist/Display.html?Name=Variable-Magic"
},
"homepage" : "http://search.cpan.org/dist/Variable-Magic/",
"http://dev.perl.org/licenses/"
],
"repository" : {
- "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
+ "type" : "git",
+ "url" : "http://git.vpit.fr/perl/modules/Variable-Magic.git/",
+ "web" : "http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.62",
- "x_serialization_backend" : "JSON::PP version 2.94"
+ "version" : "0.63",
+ "x_serialization_backend" : "JSON::PP version 4.06"
}
---
abstract: 'Associate user-defined magic to variables from Perl.'
author:
- - 'Vincent Pit <perl@profvince.com>'
+ - 'Vincent Pit <vpit@cpan.org>'
build_requires:
Carp: '0'
Config: '0'
base: '0'
lib: '0'
configure_requires:
- Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Variable-Magic
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.62'
+ repository: http://git.vpit.fr/perl/modules/Variable-Magic.git/
+version: '0.63'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.62
+ Version 0.63
SYNOPSIS
use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
perltie and overload for other ways of enhancing objects.
AUTHOR
- Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
+ Vincent Pit "<vpit at cpan.org>".
You can contact me by mail or on "irc.perl.org" (vincent).
perldoc Variable::Magic
COPYRIGHT & LICENSE
- Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 Vincent
- Pit, all rights reserved.
+ Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2022
+ 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.62
+Version 0.63
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.62';
+ $VERSION = '0.63';
}
=head1 SYNOPSIS