X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=ff6ec4ab8717dc892ea811cbcde288d40ea8b240;hb=ead304fc14eb6a67cd180a6ea7d99581410757cd;hp=74baa34ebd627de2e32af6977ca4d310f299b435;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 74baa34..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.03 +Version 0.06 =cut -our $VERSION = '0.03'; +our $VERSION = '0.06'; =head1 SYNOPSIS @@ -98,9 +100,9 @@ The maximum integer used as a signature for user-defined magic. =cut -require XSLoader; +use XSLoader; -XSLoader::load(__PACKAGE__, $VERSION); +XSLoader::load __PACKAGE__, $VERSION; =head2 C @@ -201,9 +203,11 @@ $EXPORT_TAGS{'all'} = \@EXPORT_OK; =head1 DEPENDENCIES +L 5.7.3. + L (standard since perl 5), L (standard since perl 5.006). -Tests use L (standard since perl 5.002). +Glob tests need L (standard since perl 5.002). =head1 SEE ALSO