-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
53 lines (38 loc) · 1.75 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
Revision history for ExtUtils-InstallPaths
{{$NEXT}}
0.014 2024-09-10 18:20:50+02:00 Europe/Brussels
- Drop 5.006 support
- Compensate for perls without installsitescript
0.013 2024-04-25 12:28:37+02:00 Europe/Brussels
- Try to install any installable paths
0.012 2018-05-10 21:03:33+02:00 Europe/Amsterdam
- Allow a argument to install_map with source dirs
- Make tests prove and 5.6 friendly
0.011 2015-02-16 00:47:54+01:00 Europe/Amsterdam
Make EU::IP compatible with perl 5.6
Declare dependency on File::Spec 0.83 for case_sensitive
0.010 2013-10-29 12:17:18 Europe/Amsterdam
Deprecated usage of legacy configuration variables
Generate default paths more dynamically
0.009 2012-12-07 00:04:52 Europe/Amsterdam
Add relative path checkers to relpaths arguments
Rewrote merging algorithm
0.008 2012-11-29 21:13:50 Europe/Amsterdam
Don't require ExtUtils::Config object
Fix portability issues in test paths
0.007 2012-11-22 21:00:18 Europe/Amsterdam
Refactor everything into sanity
0.006 2012-08-05 20:28:27 Europe/Bucharest
Add original_prefix and install_sets
Various documentation improvements
0.005 2012-01-09 23:34:16 Europe/Amsterdam
Don't return references to internal state
0.004 2011-10-29 00:49:21 Europe/Amsterdam
Sanatized the config method
0.003 2011-08-22 16:23:30 Europe/Amsterdam
Reinstated the module_name parameter
0.002 2011-05-08 11:59:59 Europe/Amsterdam
Fixed case insensitive file matching in test
Fixed attribution
0.001 2011-04-04 15:32:56 Europe/Amsterdam
- Initial version