X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=7ecc441f1d2578b5eff5a5a163c7e29c08bacdde;hb=16cf6511b8bf77f46158bde5a232dbc1163ba9ec;hp=72f2a577c2ea3ff3f2020b3b33078f7dc19769c8;hpb=605feb1508d21fe241615a0204e28de4aa4a122e;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/Changes b/Changes index 72f2a57..7ecc441 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,27 @@ Revision history for Linux-SysInfo +0.10 2008-03-10 15:40 UTC + + Doc : The usual set of POD typos. + + Fix : Ensure that we're on linux with $^O, as some smokers don't seem + to apply anymore the rule of "if it's in the Linux:: namespace, + then errors should be reported as FAILures only if we actually + are on linux". + + Tst : Tiny refinements. + +0.09 2008-03-09 13:00 UTC + + Add : ':funcs' and ':consts' export tags. + + Doc : Copyright update. + + Fix : Correct dependencies listing in META.yml. + + Tst : Author tests overhaul. + + Tst : t/95-portability-files.t. + +0.08 2007-11-19 09:25 UTC + + Fix : 5.10.0_RC1 compatibility fix. + +0.07 2007-08-28 12:30 UTC + + Chg : s/require (XSLoader)/use $1/. + + Fix : Tests are now strict. + 0.06 2007-08-14 18:40 UTC + Fix : Building for perl-5.6.x and perl-5.9.{3,4}.