]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - lib/Linux/SysInfo.pm
Importing Linux-SysInfo-0.07.tar.gz
[perl/modules/Linux-SysInfo.git] / lib / Linux / SysInfo.pm
index e11d26b53483fc94e9b9cc7369bb021d70c3c2a1..98f991d6cfb1f11d334cd85b9c86e8d7d0e47081 100644 (file)
@@ -9,11 +9,11 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS
 
@@ -38,9 +38,9 @@ our @EXPORT_OK = qw/sysinfo LS_HAS_EXTENDED/;
 
 our %EXPORT_TAGS = ( 'all' => [ @EXPORT_OK ] );
 
-require XSLoader;
+use XSLoader;
 
-XSLoader::load('Linux::SysInfo', $VERSION);
+XSLoader::load 'Linux::SysInfo', $VERSION;
 
 =head1 FUNCTIONS