]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - lib/Linux/SysInfo.pm
Importing Linux-SysInfo-0.08.tar.gz
[perl/modules/Linux-SysInfo.git] / lib / Linux / SysInfo.pm
index c1e602dab548d8415093a74b312a32816e9918a3..dcbe1a9f349c5fe7e0906324e898bc420d6a4013 100644 (file)
@@ -9,11 +9,11 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
 
 =head1 VERSION
 
-Version 0.03
+Version 0.08
 
 =cut
 
-our $VERSION = '0.03';
+our $VERSION = '0.08';
 
 =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
 
@@ -132,6 +132,8 @@ L<BSD::getloadavg> : Wrapper to the C<getloadavg(3)> BSD system call.
 
 Vincent Pit, C<< <perl at profvince.com> >>
 
+You can contact me by mail or on #perl @ FreeNode (Prof_Vince).
+
 =head1 BUGS
 
 Please report any bugs or feature requests to