In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c5b0f62d33948346534b8ba6bcc48cf02cc73a72?hp=745dedb9b507e0e36ba9794c704b9b3fc44a8ab3>
- Log ----------------------------------------------------------------- commit c5b0f62d33948346534b8ba6bcc48cf02cc73a72 Author: Tony Cook <[email protected]> Date: Mon Feb 15 13:05:18 2016 +1100 perldelta: move the two Win32 gmake improvements to where they belong ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 413845e..837917b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -271,7 +271,11 @@ L</Platform Support> section, instead. =item * -XXX +The GNU Make makefile for Win32 now supports parallel builds. [perl #126632] + +=item * + +You can now build perl with MSVC++ on Win32 using GNU Make. [perl #126632] =back @@ -291,14 +295,6 @@ that they represent may be covered elsewhere. XXX -=item * - -The GNU Make makefile for Win32 now supports parallel builds. [perl #126632] - -=item * - -You can now build perl with MSVC++ on Win32 using GNU Make. [perl #126632] - =back =head1 Platform Support -- Perl5 Master Repository
