Revision history for Variable-Magic
+0.64 2024-03-18 23:20 UTC
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.63 can skip this update.
+ + Add : Contributing guidelines are now listed in the new
+ CONTRIBUTING file.
+ + Fix : [RT #151104] : fix for t/18-opinfo.t broken under blead
+ Some optimization in core made t/18-opinfo.t fail since perl
+ 5.39.7, but that was reverted before 5.40 was released.
+ This fix will make this test pass even when the optimization
+ is reinstantiated after release freeze.
+ Thanks David Mitchell for reporting and providing a fix.
+
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.
"web" : "http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git"
}
},
- "version" : "0.63",
+ "version" : "0.64",
"x_serialization_backend" : "JSON::PP version 4.06"
}
homepage: http://search.cpan.org/dist/Variable-Magic/
license: http://dev.perl.org/licenses/
repository: http://git.vpit.fr/perl/modules/Variable-Magic.git/
-version: '0.63'
+version: '0.64'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.63
+ Version 0.64
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,2017,2022
- Vincent Pit, all rights reserved.
+ Copyright
+ 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2022,2024 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.63
+Version 0.64
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.63';
+ $VERSION = '0.64';
}
=head1 SYNOPSIS