-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
58 lines (33 loc) · 1.62 KB
/
Changes
File metadata and controls
58 lines (33 loc) · 1.62 KB
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
Release history for Module-Spec
{{$NEXT}}
v0.9 2018-07-07 20:14:08-07:00 America/Los_Angeles
- try_modules(@args) ≡ need_modules(-all => @args)
- need_module( $spec, { try => $bool })
v0.8 2018-02-11 17:51:47-08:00 America/Los_Angeles
- Fix need_modules(-oneof => @specs)
v0.7 2018-01-27 18:26:15-08:00 America/Los_Angeles
- "M~V" specs renamed from V1 to V2
- V1 is V2 without "M~V" notation
- Implementation of need_modules()
v0.6 2018-01-11 17:34:07-08:00 America/Los_Angeles
- On try_module, only forgive "M version V required" version errors
- A few more tests
v0.5.2 2018-01-11 13:04:34-08:00 America/Los_Angeles
- Bump Perl requirement to 5.12.0
v0.5.1 2018-01-05 08:41:58-08:00 America/Los_Angeles
- Add a note about the current status of the code (alpha quality)
v0.5 2018-01-04 15:57:01-08:00 America/Los_Angeles
- More param checking for Module::Spec->new()
- Fix a test, reducing requirement to Perl 5.10.1
v0.4 2018-01-03 12:34:13-08:00 America/Los_Angeles
- On try_module, only forgive "Can't locate " missing module errors
- Document that exceptions are not throw from the perspective of the caller
- Document that single quotes are not accepted as package separators
- Extend and improve tests
v0.3 2018-01-02 21:34:58-08:00 America/Los_Angeles
- Implement need_module($spec, { require => $r })
- Implement try_module($spec, { require => $r })
v0.2 2018-01-02 19:55:20-08:00 America/Los_Angeles
- Don't use "zim" in tests
v0.1 2018-01-02 17:26:00-08:00 America/Los_Angeles (TRIAL RELEASE)
- Initial version