From: Vincent Pit Date: Fri, 23 Aug 2013 18:58:02 +0000 (-0300) Subject: No tabs please X-Git-Tag: v0.14~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=commitdiff_plain;h=1060acd6deeaf8c73a3b87e3244a6294c8e36269 No tabs please --- diff --git a/Changes b/Changes index 32c6f35..d4cbc96 100644 --- a/Changes +++ b/Changes @@ -42,22 +42,22 @@ Revision history for Linux-SysInfo 0.05 2007-08-13 11:10 UTC + Add : Kwalitee test. - + Chg : Makefile.PL overhaul. + + Chg : Makefile.PL overhaul. + Chg : Hash keys are now shared. This new implementation doesn't like 5.9.3, but seems to be somehow ok with 5.9.5. If you're using 5.9.3, either upgrade or keep with the precedent module version. -0.04 2007-05-03 09:35 UTC - + Add : The samples/sysinfo.pl sample script. - + Chg : Declare LS_HAS_EXTENDED with newCONSTSUB. - + Fix : Missing LICENSE in Makefile.PL - + Fix : Skipping extended tests will now display the good reason. +0.04 2007-05-03 09:35 UTC + + Add : The samples/sysinfo.pl sample script. + + Chg : Declare LS_HAS_EXTENDED with newCONSTSUB. + + Fix : Missing LICENSE in Makefile.PL + + Fix : Skipping extended tests will now display the good reason. -0.03 2007-04-18 10:25 UTC - + Fix : Load average raw values have to be shifted on a platform - dependant way. They are now correctly reported. - + Fix : Missing META.yml - + Doc : Information about binary compatibility. +0.03 2007-04-18 10:25 UTC + + Fix : Load average raw values have to be shifted on a platform + dependant way. They are now correctly reported. + + Fix : Missing META.yml + + Doc : Information about binary compatibility. 0.01 2007-04-11 12:45 UTC * First version, released on an unsuspecting world. diff --git a/t/00-load.t b/t/00-load.t index 6c48691..8c864bf 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -6,7 +6,7 @@ use warnings; use Test::More tests => 1; BEGIN { - use_ok( 'Linux::SysInfo' ); + use_ok( 'Linux::SysInfo' ); } diag( "Testing Linux::SysInfo $Linux::SysInfo::VERSION, Perl $], $^X" );