summaryrefslogtreecommitdiff
path: root/pod/perl591delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-16 15:25:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-16 15:25:22 +0000
commit1bafd7b369e6dc961811da8c580e518d7df3758a (patch)
tree71d6b8e63e3c9166b4cca15d8737709b5ede5eb3 /pod/perl591delta.pod
parentc33c3659dd2d2d8554d1c56cd27df30a07c25f53 (diff)
downloadperl-1bafd7b369e6dc961811da8c580e518d7df3758a.tar.gz
More perldelta updates.
p4raw-id: //depot/perl@22504
Diffstat (limited to 'pod/perl591delta.pod')
-rw-r--r--pod/perl591delta.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod
index e450332c58..83252e6c59 100644
--- a/pod/perl591delta.pod
+++ b/pod/perl591delta.pod
@@ -250,6 +250,9 @@ On some configurations on AIX 5, one test in F<lib/Time/Local.t> fails.
When configured with long doubles, perl may fail tests 224-236 in
F<t/op/pow.t> on the same platform.
+For threaded builds, F<ext/threads/shared/t/wait.t> has been reported to
+fail some tests on HP-UX 10.20.
+
=head1 To-do for perl 5.10.0
This is a non-exhaustive, non-ordered, non-contractual and non-definitive
@@ -288,7 +291,7 @@ C<make test.taintwarn>).
Make threads more robust.
-Make C<no 6> and C<no v6> work.
+Make C<no 6> and C<no v6> work (opposite of C<use 5.005>, etc.).
A test suite for the B module would be nice.