diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2018-07-26 13:12:56 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-26 13:13:23 +0100 |
commit | cbc1b4151f667bf4dd52185593e57c63761d4fcc (patch) | |
tree | da5803387203174af7b0fd60fc125adb1b8152f8 /mkppport.lst | |
parent | 06aba1c3a22b68c91526d02e62edcac3f5d98b15 (diff) | |
download | perl-cbc1b4151f667bf4dd52185593e57c63761d4fcc.tar.gz |
remove distros from needing ppport.h in core
These changes are towards a goal of removing mkppport one day as part of
a optimization for parallel building (less deps needed before XS
extensions are built). This is a follow-on patch to the dummy ppport.h
trick in Perl #128438 ticket that had issues.
-for Time::HiRes the DEFINE() in Makefile.PL can't be be in sub init()
because that sub isn't called on windows
-SLU has not needed ppport.h in core since commit 5e99e069f5
aka 1.47 import from cpan
-Cwd used to be a no ppport.h since 3.25, in 3.30_02 the code (Cwd.xs) was
deleted/broken under commit 9bc94e3dae, or changes file
"Remove more special logic required for core perl.". Put back the Cwd.xs
code and remove Cwd from the ppport.h list
Diffstat (limited to 'mkppport.lst')
-rw-r--r-- | mkppport.lst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mkppport.lst b/mkppport.lst index b3992c85a6..8af0f9b872 100644 --- a/mkppport.lst +++ b/mkppport.lst @@ -7,9 +7,6 @@ cpan/DB_File cpan/IPC-SysV -cpan/Scalar-List-Utils cpan/Win32API-File dist/IO -dist/PathTools -dist/Time-HiRes dist/Storable |