Revision history for Variable-Magic
+0.40 2010-01-06 23:20 UTC
+ + Fix : Possible memory miswrites when passing data arguments to cast().
+ + Fix : Minor C portability tweaks.
+
0.39 2009-12-01 00:05 UTC
+ Add : You can use a function name as a callback by passing a string
reference to wizard() instead of a code reference.
--- #YAML:1.0
name: Variable-Magic
-version: 0.39
+version: 0.40
abstract: Associate user-defined magic to variables from Perl.
author:
- Vincent Pit <perl@profvince.com>
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.55_02
+generated_by: ExtUtils::MakeMaker version 6.56
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.39
+ Version 0.40
SYNOPSIS
use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/;
<http://www.profvince.com/perl/cover/Variable-Magic>.
COPYRIGHT & LICENSE
- Copyright 2007-2009 Vincent Pit, all rights reserved.
+ Copyright 2007,2008,2009,2010 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.39
+Version 0.40
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.39';
+ $VERSION = '0.40';
}
=head1 SYNOPSIS