In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/5952a8408bfeaf682bc0eb5126e274aa28dc5626?hp=c0a22fcc1cf66dc415acf252a180a384f2e4d360>

- Log -----------------------------------------------------------------
commit 5952a8408bfeaf682bc0eb5126e274aa28dc5626
Author: Aaron Crane <a...@cpan.org>
Date:   Tue Nov 14 11:51:01 2017 +0000

    perldelta: C89 requirement

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

Summary of changes:
 pod/perldelta.pod | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 55bdc13543..fc4f564f69 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -377,6 +377,14 @@ L</Platform Support> section, instead.
 
 =over 4
 
+=item C89 requirement
+
+Perl has been documented as requiring a C89 compiler to build since October
+1998.  A variety of simpliifcations have now been made to Perl's internals to
+rely on the features specified by the C89 standard. We believe that this
+internal change hasn't altered the set of platforms that Perl builds on, but
+please report a bug if Perl now has new problems building on your platform.
+
 =item New probes
 
 =over 2

-- 
Perl5 Master Repository

Reply via email to