X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=7289d6e4e3c8f7c3d2a0ace1535c0bdfad1fe49e;hb=14f66d40970bef63105be046a109c1a32859a8a0;hp=74baa34ebd627de2e32af6977ca4d310f299b435;hpb=8556481280524737222300317146a23b801f6be0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 74baa34..7289d6e 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -11,11 +11,11 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS @@ -98,9 +98,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 @@ -203,7 +203,7 @@ $EXPORT_TAGS{'all'} = \@EXPORT_OK; 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