X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=4359fef0976cc7c6b3ec1c4f4536a3259fad7f91;hb=refs%2Ftags%2Fv0.31;hp=556e9954356263af5da0fd5d98843ad680ec1e5c;hpb=465116de630d8f9964b584e370ca991bd14cf542;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 556e995..4359fef 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.30 +Version 0.31 =cut our $VERSION; BEGIN { - $VERSION = '0.30'; + $VERSION = '0.31'; } =head1 SYNOPSIS @@ -479,8 +479,7 @@ The C part was already covered by I. The functions L, L, L, L, L and L are only exported on request. All of them are exported by the tags C<':funcs'> and C<':all'>. -The constants L, L, L, L, L, L and L are also only exported on request. -They are all exported by the tags C<':consts'> and C<':all'>. +All the constants are also only exported on request, either individually or by the tags C<':consts'> and C<':all'>. =cut