X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=98f991d6cfb1f11d334cd85b9c86e8d7d0e47081;hb=01cae1ae25699e5619d0daa4670f0c8930b433bf;hp=c1e602dab548d8415093a74b312a32816e9918a3;hpb=6459a6c2b2ebbcd7a8be8fce533739ad96b1347b;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index c1e602d..98f991d 100644 --- a/lib/Linux/SysInfo.pm +++ b/lib/Linux/SysInfo.pm @@ -9,11 +9,11 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call. =head1 VERSION -Version 0.03 +Version 0.07 =cut -our $VERSION = '0.03'; +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 @@ -132,6 +132,8 @@ L : Wrapper to the C BSD system call. Vincent Pit, C<< >> +You can contact me by mail or on #perl @ FreeNode (Prof_Vince). + =head1 BUGS Please report any bugs or feature requests to