X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLinux%2FSysInfo.pm;h=dcbe1a9f349c5fe7e0906324e898bc420d6a4013;hb=refs%2Ftags%2Fv0.08;hp=0e49377b2a7ab382c3561d4400694d20af537c7e;hpb=9f7a4d2110b605b8b74a7b1512b6bf6597ceca1d;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/lib/Linux/SysInfo.pm b/lib/Linux/SysInfo.pm index 0e49377..dcbe1a9 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.02 +Version 0.08 =cut -our $VERSION = '0.02'; +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 : 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