summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2017-11-07 16:10:45 -0600
committerNicolas R <atoomic@cpan.org>2017-11-13 21:20:15 -0600
commit7d00a3405ca1345227668bfc2bac750590adf68f (patch)
treea1690a4cdfe21c0c83ed9763485951f5a0c8d76b /MANIFEST
parentad2ec6b54c9968999b7c70984b5a203fa72fd540 (diff)
downloadperl-7d00a3405ca1345227668bfc2bac750590adf68f.tar.gz
Introduce macros to simplify @INC setting
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4c837b6a01..add651c87f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4951,6 +4951,7 @@ parser.h parser object header
patchlevel.h The current patch level of perl
perl.c main()
perl.h Global declarations
+perl_inc_macro.h macro used to set \@INC using S_incpush_use_sep
perl_langinfo.h Perl's version of <langinfo.h>
perlapi.c Perl API functions
perlapi.h Perl API function declarations