-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
45 lines (33 loc) · 1.17 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
Revision history for {{$dist->name}}
{{$NEXT}}
0.11 2023-02-23 19:26:50 -0700
- Alien::libuuid is now a prerequsite listed in META.json. If it is not
needed it will be removed in the configure stage instead of added if
it is needed (gh#10)
0.10 2021-05-10 06:53:27 -0600
- Check for required symbols, and require
Alien::libuuid 0.05 if an appropriate system
lib is not found (gh#6)
0.09 2021-05-05 13:56:33 -0600
- Fixed runtime detection order (gh#4)
0.08 2021-04-28 11:27:35 -0600
- Fixed bug in use of overload (gh#3)
0.07 2018-09-03 09:38:14 -0400
- Fallback on Alien::libuuid, if there is not libuuid already installed
0.06 2017-08-28 15:58:41 -0400
- Migrate to EUMM
0.05 2015-01-22 06:42:44 -0500
- First CPAN release
- Very minor documentation tweak
- Functionally identical to 0.04
0.04 2015-01-13 12:21:02 -0500
- support perl 5.8
0.03 2015-01-13 12:00:02 -0500
- migrate to FFI::Platypus
- remove dep on FFI::Raw
- remove dep on FFI::Util
0.02 2014-11-04 23:47:51 -0500
- add time meothd
- overload <=> to use compare method
0.01 2014-11-04 17:30:35 -0500
- initial version