In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/3aa95a1ebca0f6b90c33b4d65f5f87e041ddd652?hp=dfb5c81966b9f873bad5974ece5faf40c22e9b2f>

- Log -----------------------------------------------------------------
commit 3aa95a1ebca0f6b90c33b4d65f5f87e041ddd652
Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
Date:   Fri Apr 20 11:12:31 2018 +0200

    Add ppport.h to IO

-----------------------------------------------------------------------

Summary of changes:
 dist/IO/IO.xs | 4 ++++
 mkppport.lst  | 1 +
 2 files changed, 5 insertions(+)

diff --git a/dist/IO/IO.xs b/dist/IO/IO.xs
index 15ef9b2aee..8e857f8e2e 100644
--- a/dist/IO/IO.xs
+++ b/dist/IO/IO.xs
@@ -11,6 +11,10 @@
 #define PERLIO_NOT_STDIO 1
 #include "perl.h"
 #include "XSUB.h"
+#define NEED_eval_pv
+#define NEED_newCONSTSUB
+#define NEED_newSVpvn_flags
+#include "ppport.h"
 #include "poll.h"
 #ifdef I_UNISTD
 #  include <unistd.h>
diff --git a/mkppport.lst b/mkppport.lst
index ef26eebb2e..a443daca1f 100644
--- a/mkppport.lst
+++ b/mkppport.lst
@@ -9,5 +9,6 @@ cpan/DB_File
 cpan/IPC-SysV
 cpan/Scalar-List-Utils
 cpan/Win32API-File
+dist/IO
 dist/PathTools
 dist/Time-HiRes

-- 
Perl5 Master Repository

Reply via email to