X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=53a922b2dae46b657cd6ace4ef7d363c2632eee4;hb=bd7cdd0635d30485b50564b9eebb2d73b3c0f94b;hp=47ed91a7577769e62c72ef9304902d2a657252e3;hpb=a924275b5f3d7c1c612add18c8bf7a6f358e703f;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 47ed91a..53a922b 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -11,13 +11,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.51 +Version 0.52 =cut our $VERSION; BEGIN { - $VERSION = '0.51'; + $VERSION = '0.52'; } =head1 SYNOPSIS @@ -88,7 +88,7 @@ You can safely apply different kinds of magics to the same variable, and each of Magic is type-agnostic. The same magic can be applied on scalars, arrays, hashes, subs or globs. -But the same hook (see below for a list) may trigger differently depending on the the type of the variable. +But the same hook (see below for a list) may trigger differently depending on the type of the variable. =item *