summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-31 17:14:01 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-31 17:14:01 +0000
commitdcf55ebf9aabce2254dfa06ff168d59f3185bf5c (patch)
tree493ecebfe6814235c42195746d79c590d0c73cbb
parent07310acdbbb6051411ae3d55161484393332a728 (diff)
downloadperl-dcf55ebf9aabce2254dfa06ff168d59f3185bf5c.tar.gz
Mention the current MinGW compilation problems
p4raw-id: //depot/perl@24125
-rw-r--r--pod/perl592delta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod
index 12e27ebe09..86a745ed3e 100644
--- a/pod/perl592delta.pod
+++ b/pod/perl592delta.pod
@@ -308,6 +308,10 @@ upgrades.
F<t/io/dup.t>, F<t/io/open.t> and F<lib/ExtUtils/t/Constant.t> fail some
tests on some BSD flavours.
+perl fails to compile on Win32 with MinGW, if you don't have the Cygwin
+tools installed, because the makefile currently relies on the presence of
+tr(1).
+
=head1 Plans for the next release
The current plan for perl 5.9.3 is to add CPANPLUS as a core module.