Revision history for Variable-Magic
+0.34 2009-04-19 16:55 UTC
+ + Fix : Destruction of wizards in require.
+ + Fix : "panic: restartop" in 5.10 when dieing at compile time triggers
+ a destructor.
+
0.33 2009-03-26 00:00 UTC
+ Chg : cast() and getsig() now croak too when an invalid signature is
passed.
--- #YAML:1.0
name: Variable-Magic
-version: 0.33
+version: 0.34
abstract: Associate user-defined magic to variables from Perl.
author:
- Vincent Pit <perl@profvince.com>
bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Variable-Magic
homepage: http://search.cpan.org/dist/Variable-Magic/
license: http://dev.perl.org/licenses/
- repository: http://git.profvince.com/perl/modules/Variable-Magic.git
+ repository: http://git.profvince.com/?p=perl/modules/Variable-Magic.git
no_index:
directory:
- t
Variable::Magic - Associate user-defined magic to variables from Perl.
VERSION
- Version 0.33
+ Version 0.34
SYNOPSIS
use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/;
=head1 VERSION
-Version 0.33
+Version 0.34
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.33';
+ $VERSION = '0.34';
}
=head1 SYNOPSIS