X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=9261808b371f23b8da8d41585d5ca2f32528e1ac;hb=refs%2Ftags%2Fv0.27;hp=448ea299075aacc48af2ca663c0b4339a3eb3710;hpb=b4df0fe613c5d28ab2a82e6f5fdac149013d88fc;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 448ea29..9261808 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -13,13 +13,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.26 +Version 0.27 =cut our $VERSION; BEGIN { - $VERSION = '0.26'; + $VERSION = '0.27'; } =head1 SYNOPSIS @@ -435,6 +435,8 @@ The only way to address this would be to return a reference. If you define a wizard with a C callback and cast it on itself, this destructor won't be called because the wizard will be destroyed first. +Using C and C magics on hashes may cause segfaults. + =head1 DEPENDENCIES L 5.7.3. @@ -475,7 +477,7 @@ Tests code coverage report is available at L