-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
33 lines (24 loc) · 1.05 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
Revision history for {{$dist->name}}
{{$NEXT}}
0.08 2022-08-30 01:11:24 -0600
- Compatability with ALIEN_DOWNLOAD_RULE overrides (gh#10)
0.07 2022-02-27 16:35:13 -0700
- Make Alien::cmake3 and Alien::Autotools test prereqs optional (gh#8)
0.06 2017-09-23 06:05:29 -0400
- Add support for Solaris (gcc and sun studio)
0.05 2017-08-17 16:53:17 -0400
- Transferring to the Perl5-Alien orginzation
0.04 2017-08-17 14:58:30 -0400
- Remove Alien::Base::Dino as previously threatened
- Add rpath flags to Alien on darwin / OS X class as with other platforms
With autoconf this did not appear necessary, but cmake tests show that
it is.
0.03 2017-08-04 15:07:43 -0400
- Add missing prereq Class::Method::Modifiers
0.02 2017-08-01 14:31:11 -0400
- Renamed Alien-Role-Dino (was Alien-Base-Dino)
- Add Alien::Role::Dino
- Alien::Base::Dino now simply extends Alien::Base and consumes Alien::Role::Dino
- Alien::Base::Dino will be removed in the near future
0.01 2017-07-25 21:59:03 -0400
- initial version