summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-02-15 13:05:18 +1100
committerTony Cook <tony@develop-help.com>2016-02-15 13:05:18 +1100
commitc5b0f62d33948346534b8ba6bcc48cf02cc73a72 (patch)
tree98850d383755696f005d37a6d10cbbbf4b7a18a9
parent745dedb9b507e0e36ba9794c704b9b3fc44a8ab3 (diff)
downloadperl-c5b0f62d33948346534b8ba6bcc48cf02cc73a72.tar.gz
perldelta: move the two Win32 gmake improvements to where they belong
-rw-r--r--pod/perldelta.pod14
1 files changed, 5 insertions, 9 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 413845e29a..837917b4c2 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