X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=dd41d05ac7c21de32a6b6377d153d6625d145489;hb=c2de7be01154d2df9ede0dff3ae1136422d462fc;hp=6e767b969ec530fc01adc280f5cae420ad9ff1e1;hpb=9e65e9bfbd5fa2ee747e865d1471b26ec229383c;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 6e767b9..dd41d05 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.11 +Version 0.12 =cut our $VERSION; BEGIN { - $VERSION = '0.11'; + $VERSION = '0.12'; } =head1 SYNOPSIS @@ -135,8 +135,12 @@ The places where magic is invoked have changed a bit through perl history. Here' =head2 B<5.10.0> +=over 4 + =item Since C is uppercased, C triggers 'copy' magic on hash stores for (non-tied) hashes that also have 'uvar' magic. +=back + =head1 CONSTANTS =head2 C