X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=lib%2FVariable%2FMagic.pm;h=1716f426d5863e1266a2be241a6404e29c430a1d;hb=2d69d033c7c2942a94751972e9f482de7c3482be;hp=48278de5c8db760cf8ac40b5c7dc96b1c2ae9ce2;hpb=bdc2a15aa5ca3f57b45d2c6e560f110c91b2ae87;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 48278de..1716f42 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.44 +Version 0.45 =cut our $VERSION; BEGIN { - $VERSION = '0.44'; + $VERSION = '0.45'; } =head1 SYNOPSIS @@ -609,7 +609,7 @@ In order to define magic on hash members, you need at least L 5.10.0 (see L 5.8. A C compiler. -This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made about this. +This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. L (standard since perl 5), L (standard since perl 5.006).