-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
89 lines (68 loc) · 2.7 KB
/
Changes
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Change log for Sys::OsRelease
{{$NEXT}}
[API CHANGE]
[BUG FIXES]
[DOCS]
[ENHANCEMENTS]
[MAJOR]
[MINOR]
[REVISION]
- add test data for Kali Linux
[SECURITY]
0.3.0 2022-05-15T21:58:03-07:00 America/Los_Angeles
[DOCS]
- document auto-generated accessor methods for standard attributes
- reorganize POD docs to separate methods into subsections for class,
auto-generated and instance methods
- remove NAME section from source POD. I didn't notice until now that
Pod::Weaver was adding a duplicate.
[MINOR]
- remove auto-generation of non-standard attribute accessor methods
(writing docs, couldn't recommend using them)
[REVISION]
- add found_attrs() method with 100+ test cases
0.2.3 2022-05-15T00:46:55-07:00 America/Los_Angeles
[DOCS]
- remove NAME section from source POD. I didn't notice until now that
Pod::Weaver was adding a duplicate.
0.2.2 2022-05-13T15:49:53-07:00 America/Los_Angeles
[DOCS]
- minor updates to POD docs
[REVISION]
- build updates
0.2.1 2022-05-12T23:39:12-07:00 America/Los_Angeles
[DOCS]
- add reciprocal see-also link to System::Info
[REVISION]
- add Dist::Zilla plugin Test::UnusedVars and fix one function which it
flagged
- update t/test-inputs/003_samples/gen-sample to regenerate sample data
from all distros if no arguments
- add more Open Source community distros recongized as common
- update tests for sample os-release from opensuse/leap
- add basic tests for import of singleton-management methods (just check
if they landed)
0.2.0 2022-04-28T22:58:00-07:00 America/Los_Angeles
[ENHANCEMENTS]
- add import_singleton() so new module Sys::OsPackage can import rather than copy the singleton-management methods
0.1.1 2022-04-28T16:04:09-07:00 America/Los_Angeles
[REVISION]
- based on CPAN Testers feedback, remove occurrences of // operator which did not exist prior to Perl 5.10 (in keeping with module's minimal prerequisites)
0.1.0 2022-04-27T14:47:00-07:00 America/Los_Angeles
[BUG FIXES]
- all methods now correctly handle being called via class name in addition to instance reference
[MINOR]
- prefixed "_" on private internal method names
[REVISION]
- added tests for method calls from the class name in addition to object reference
0.0.2 2022-04-26T23:22:00-07:00 America/Los_Angeles
[BUG FIXES]
- fix from CPAN Testers results: on mswin32 init empty rather than bail out
[DOCS]
- expand POD docs with method descriptions
[REVISION]
- add platform method and configuration items to expand systems recognized as common in ID_LIKE
- add unit tests for empty configurations simulating systems where os-release doesn't exist (using empty search path)
0.0.1 2022-04-26T00:18:04-07:00 America/Los_Angeles
[REVISION]
- initial revision