X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=ff6ec4ab8717dc892ea811cbcde288d40ea8b240;hb=0f6f5717615db7019992273892a3360bfcc5ca7f;hp=d33c37b4d47e2b1a8666bfe5bdb7a7378ca3a50f;hpb=017450c5da83c82c9149b5170c757ce03679b9a9;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index d33c37b..ff6ec4a 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -1,5 +1,7 @@ package Variable::Magic; +use 5.007003; + use strict; use warnings; @@ -11,11 +13,11 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 SYNOPSIS @@ -201,6 +203,8 @@ $EXPORT_TAGS{'all'} = \@EXPORT_OK; =head1 DEPENDENCIES +L 5.7.3. + L (standard since perl 5), L (standard since perl 5.006). Glob tests need L (standard since perl 5.002).