summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIRAKATA Kentaro <argrath@ub32.org>2014-05-04 05:27:56 +0900
committerRicardo Signes <rjbs@cpan.org>2014-05-12 10:56:46 -0400
commitd1bdbee98261144d6f5972e1419ab4c90a8dac0d (patch)
tree9184ed32b33ec5312e61080dcca03ccd1f660603
parent7c9433b93493073eee2c894baa45e0b40525b760 (diff)
downloadperl-d1bdbee98261144d6f5972e1419ab4c90a8dac0d.tar.gz
merge paragraphs about Intel C++ Compiler
-rw-r--r--Porting/perl5200delta.pod9
1 files changed, 3 insertions, 6 deletions
diff --git a/Porting/perl5200delta.pod b/Porting/perl5200delta.pod
index d78ade0ac5..63e64d7767 100644
--- a/Porting/perl5200delta.pod
+++ b/Porting/perl5200delta.pod
@@ -1535,14 +1535,11 @@ Support for building with Visual C++ 2013 has been added. There are currently
two possible test failures (see L<perlwin32/"Testing Perl on Windows">) which
will hopefully be resolved soon.
-Experimental support for building with Intel C++ Compiler has been added. Only
-the nmake makefile (win32/Makefile) can be used. A "nmake test" will not pass
-at this time due to F<cpan/CGI/t/url.t>.
-
=item *
-Experimental support for building with Intel C++ Compiler has been extended to
-cover the dmake makefile (win32/makefile.mk) as well.
+Experimental support for building with Intel C++ Compiler has been added. The
+nmake makefile (win32/Makefile) and the dmake makefile (win32/makefile.mk) can
+be used. A "nmake test" will not pass at this time due to F<cpan/CGI/t/url.t>.
=item *