-
Notifications
You must be signed in to change notification settings - Fork 25
/
Changes.Test-Alien
57 lines (42 loc) · 1.63 KB
/
Changes.Test-Alien
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
Revision history for Test-Alien
After 0.15 Test-Alien was merged with Alien-Build
0.15 2017-05-23 13:14:32 -0400
- Documentation fixes
- Require more recent Text::ParseWords to avoid bugs in
Text::ParseWords
- Handle situation where temp directory is mounted
noexec
0.14 2017-03-23 22:10:24 -0400
- Documentation fixes.
0.12 2017-02-01 10:56:29 -0500
- workaround for Capture::Tiny on MSWin32
0.11 2017-01-30 18:45:05 -0500
- Only use static methods (see last entry) on share installs
Typically you want to use the dynamic libraries on a system
install
0.10 2017-01-30 18:37:41 -0500
- Use static methods for cflags and libs if they are provided
by the Alien module.
0.09 2017-01-13 07:13:38 -0500
- Test::Alien::Run#note and #diag can be chained like the other
methods
0.08 2016-12-29 18:03:35 -0500
- Fixes to silence warnings coming from recent versions of Test2::Suite
0.07 2016-05-10 11:31:59 -0400
- Require non-experimental Test2/Test-Simple and Test2::Suite
0.06 2016-04-27 14:52:12 -0400
- Better diagnostic when there is a link exception.
0.05 2016-04-25 06:59:01 -0400
- Migrated to Test2 API - This will likely break your
test if you are using Test::Stream. Sorry!
0.04 2015-12-29 13:52:08 -0500
- Tweaked test skips based on cpantesters feedback
0.03 2015-12-26 17:28:45 -0700
- Fixed (hopefully) test failure in
test_alien_synthetic_libarchive.t
when FFI::Platypus was installed
0.02 2015-12-25 22:18:53 -0700
- Fixes for Windows.
- First CPAN release.
0.01 2015-12-25 20:20:16 -0700
- initial version