From: Vincent Pit Date: Sun, 29 Jun 2008 16:24:45 +0000 (+0200) Subject: Importing Variable-Magic-0.12.tar.gz X-Git-Tag: v0.12^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=56d08a38a664736a762edf46817a346482c4004f Importing Variable-Magic-0.12.tar.gz --- diff --git a/Changes b/Changes index 0d1b8c2..f725b88 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Variable-Magic +0.12 2008-02-07 18:15 UTC + + Fix : POD error. Thanks to Chris Williams (BinGOs) for the quick + feedback. + 0.11 2008-02-07 17:55 UTC + Add : Copy callbacks now receive the current key/index in $_[2]. The current value/element is now in $_[3]. diff --git a/META.yml b/META.yml index 1312412..00e65e7 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Variable-Magic -version: 0.11 +version: 0.12 abstract: Associate user-defined magic to variables from Perl. license: perl author: diff --git a/README b/README index f31437c..3538875 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Variable::Magic - Associate user-defined magic to variables from Perl. VERSION - Version 0.11 + Version 0.12 SYNOPSIS use Variable::Magic qw/wizard cast dispell/; 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