]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blob - Changes
Importing Linux-SysInfo-0.10.tar.gz
[perl/modules/Linux-SysInfo.git] / Changes
1 Revision history for Linux-SysInfo
2
3 0.10    2008-03-10 15:40 UTC
4         + Doc : The usual set of POD typos.
5         + Fix : Ensure that we're on linux with $^O, as some smokers don't seem
6                 to apply anymore the rule of "if it's in the Linux:: namespace,
7                 then errors should be reported as FAILures only if we actually
8                 are on linux".
9         + Tst : Tiny refinements.
10
11 0.09    2008-03-09 13:00 UTC
12         + Add : ':funcs' and ':consts' export tags.
13         + Doc : Copyright update.
14         + Fix : Correct dependencies listing in META.yml.
15         + Tst : Author tests overhaul.
16         + Tst : t/95-portability-files.t.
17
18 0.08    2007-11-19 09:25 UTC
19         + Fix : 5.10.0_RC1 compatibility fix.
20
21 0.07    2007-08-28 12:30 UTC
22         + Chg : s/require (XSLoader)/use $1/.
23         + Fix : Tests are now strict.
24
25 0.06    2007-08-14 18:40 UTC
26         + Fix : Building for perl-5.6.x and perl-5.9.{3,4}.
27
28 0.05    2007-08-13 11:10 UTC
29         + Add : Kwalitee test.
30         + Chg : Makefile.PL overhaul.
31         + Chg : Hash keys are now shared. This new implementation doesn't like
32                 5.9.3, but seems to be somehow ok with 5.9.5. If you're using
33                 5.9.3, either upgrade or keep with the precedent module version.
34
35 0.04    2007-05-03 09:35 UTC
36         + Add : The samples/sysinfo.pl sample script.
37         + Chg : Declare LS_HAS_EXTENDED with newCONSTSUB.
38         + Fix : Missing LICENSE in Makefile.PL
39         + Fix : Skipping extended tests will now display the good reason.
40
41 0.03    2007-04-18 10:25 UTC
42         + Fix : Load average raw values have to be shifted on a platform
43                 dependant way. They are now correctly reported.
44         + Fix : Missing META.yml
45         + Doc : Information about binary compatibility.
46
47 0.01    2007-04-11 12:45 UTC
48         * First version, released on an unsuspecting world.
49