File: Changes

package info (click to toggle)
libparse-dmidecode-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 336 kB
  • sloc: perl: 1,150; makefile: 4
file content (64 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Version 0.03 - 11th March 2007
    + Added Parse::DMIDecode::Examples POD file containing
      a small selection of useful code examples.

    + Changed Build.PL to be more paranoid defaulting
      to no while using $build->y_n to work around
      potential removal of expected method functionality.

    + Added complain.txt.

    + Removed depencancy on Scalar::Util.

    + Added some additional POD.


Version 0.02 - 22th October 2006
    + Added better support for older versions of dmidecode
      binary output parsing.

    + Improved examples/test.pl.

    + Added examples/synopsis2.pl from the synopsis of
      Parse::DMIDecode::Handle.

    + Allow get_handles() method to be called without any
      qualifying paramaters so to return *All* handle
      objects.

    + Added description() method to handle objects.

    + Added parsed_structures() method to handle objects.

    + Improved parsing inside handle objects to return
      multiple handle objects where appropriate to allow
      easier access to unique data pairs.


Version 0.01 - 19th October 2006
    + Pre-release.

    + Created Parse::DMIDecode::Handle objects for each
      handle structure.

    + Encapsulated the internal data structure which is
      quite fragile so that people cannot just grab items
      out of it.

    + Added accessor methods for header information.

    + Added selection methods to return handle objects.

    + Added a method to return a list of all known
      keyword strings.

    + Added unit tests.

    + Added a whole bunch more since the first release
      was mostly a placeholder.


Version 0.00 - 17th September 2006
    + Initial developer pre-release to save the namespace
      and to discuss API prior to full release.