Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Windows build failure introduced by 7d00a3405c | Steve Hay | 2017-11-14 | 1 | -1/+4 |
| | |||||
* | Introduce macros to simplify @INC setting | Nicolas R | 2017-11-13 | 1 | -0/+190 |
Distro trends to customize @INC, and to maintain patches to change the order of @INC or add custom entries. The goal of this patch is to abstract calls to 'S_incpush_use_sep' and simplify reordering @INC. This commit makes the code from perl.c more comfortable to read by introducing several 'INCPUSH_*' macros for every 'S_incpush_use_sep' call so we can easily reorder them. |