In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/c5103e52cf3d883b273759a4c3405580aa7b69fe?hp=025db5adeb39f3d05dac037d7fbfbfb0ddf4799a>
- Log ----------------------------------------------------------------- commit c5103e52cf3d883b273759a4c3405580aa7b69fe Author: H.Merijn Brand <h.m.br...@xs4all.nl> Date: Thu Oct 17 09:42:49 2019 +0200 Delta entries for Configure related changes ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 089a2803ce..4be2b15921 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -306,6 +306,15 @@ Perl now no longer probes for C<d_u32align>, defaulting to C<define> on all platforms. This check was error prone when it was done, which was on 32-bit platforms only. [perl #133495] +=item * + +Documentation and hints for building perl on Z/OS (native EBCDIC) have +been updated. Still work in progress. + +=item * + +New probe for malloc_usable_size + =back =head1 Testing -- Perl5 Master Repository