In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5651e078090497bfe95725c003ac78d37a777889?hp=fe4959914098f98cbc550943578ceff535f8b83d>

- Log -----------------------------------------------------------------
commit 5651e078090497bfe95725c003ac78d37a777889
Author: Sawyer X <[email protected]>
Date:   Sun May 28 22:12:53 2017 +0200

    perldelta: Merge similar OS sections:
    
    * Merge OS X and macOS to Darwin. (Maybe under "macOS"?)
    * Merge Win32 into Windows.
-----------------------------------------------------------------------

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

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 318fa52d4c..79e950e328 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2222,18 +2222,24 @@ Account for lack of C<inf>, C<nan>, and C<-0.0> support.
 
 =item Darwin
 
+=over 4
+
+=item *
+
 Don't treat C<-Dprefix=/usr> as special: instead require an extra option
 C<-Ddarwin_distribution> to produce the same results.
 
-=item OS X
+=item *
 
 OS X El Capitan doesn't implement the C<clock_gettime()> or
 C<clock_getres()> APIs; emulate them as necessary.
 
-=item macOS
+=item *
 
 Deprecated C<syscall(2)> on macOS 10.12.
 
+=back
+
 =item EBCDIC
 
 Several tests have been updated to work (or be skipped) on EBCDIC platforms.
@@ -2299,12 +2305,6 @@ for VS2015 builds of perl, but there may well be 
incompatibility anyway because
 of the rewritten CRT in VS2015 (I<e.g.>, see discussion at
 L<http://stackoverflow.com/questions/30412951>).
 
-=back
-
-=item Win32
-
-=over 4
-
 =item *
 
 It now automatically detects GCC versus Visual C, and sets the VC version

--
Perl5 Master Repository

Reply via email to