summaryrefslogtreecommitdiff
path: root/pod
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
commit4c2f0760239367df6623fcc9ae4a0c8ae8ec8652 (patch)
tree493ecebfe6814235c42195746d79c590d0c73cbb /pod
parenteb5b1aee69f3832f810d5c910645b0f9c3e0a605 (diff)
downloadperl-4c2f0760239367df6623fcc9ae4a0c8ae8ec8652.tar.gz
Mention the current MinGW compilation problems
p4raw-id: //depot/perl@24125
Diffstat (limited to 'pod')
-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.