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