Branch: refs/heads/leont/ppport-simple
Home: https://github.com/Perl/perl5
Commit: fe82093cea8631178be509d08bb8f5545877ffe0
https://github.com/Perl/perl5/commit/fe82093cea8631178be509d08bb8f5545877ffe0
Author: Leon Timmermans <[email protected]>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M dist/Data-Dumper/Dumper.pm
M dist/Data-Dumper/Dumper.xs
M dist/Data-Dumper/Makefile.PL
M dist/PathTools/Cwd.pm
M dist/PathTools/Cwd.xs
M dist/PathTools/Makefile.PL
M dist/Storable/Makefile.PL
M dist/Storable/Storable.pm
M dist/Storable/Storable.xs
M dist/Time-HiRes/HiRes.pm
M dist/Time-HiRes/HiRes.xs
M dist/Time-HiRes/Makefile.PL
M dist/threads-shared/lib/threads/shared.pm
M dist/threads-shared/shared.xs
A dist/threads/threads.h
M dist/threads/threads.xs
Log Message:
-----------
Use ppport.h when building dist/ modules in core
By always including `ppport.h`, this simplifies both XS code and tooling around
it.