summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2022-07-27 23:47:05 +0200
committerYves Orton <demerphq@gmail.com>2023-02-22 09:56:27 +0100
commit3b6c1c937e8a68fba0239b18e2f5f8b91b9c3294 (patch)
tree5219d4374ddc03eb82c12787d78f9d1b6388d612 /Porting
parentd6959f5c125a4785f0831f4c927cdf44069beb31 (diff)
downloadperl-3b6c1c937e8a68fba0239b18e2f5f8b91b9c3294.tar.gz
Use ppport.h when building dist/ modules in core
By always including `ppport.h`, this simplifies both XS code and tooling around it.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 32f548dc1e..a95f4ed75e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1183,7 +1183,6 @@ use File::Glob qw(:case);
qr{^examples/},
qw( t/pod.t
t/test.pl
- threads.h
),
],
},
@@ -1193,7 +1192,6 @@ use File::Glob qw(:case);
'FILES' => q[dist/threads-shared],
'EXCLUDED' => [
qw( examples/class.pl
- shared.h
t/pod.t
t/test.pl
),