diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 08:56:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 08:56:58 +0000 |
commit | d57b1ce7265517b8de654c83dd85f8a9389ca311 (patch) | |
tree | af7593a8700e21dbd8f4004733dce66f37ef649d /pod/perldelta.pod | |
parent | ee51726982d50898e7825e7502b77681fc7426e7 (diff) | |
parent | 099f76bb8eab859fbb7b90260152c1ead1bf3022 (diff) | |
download | perl-d57b1ce7265517b8de654c83dd85f8a9389ca311.tar.gz |
integrate cfgperl and vmsperl contents into mainline
p4raw-id: //depot/perl@5853
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3ee5f1b0d6..f2f98d97c1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2663,6 +2663,14 @@ known as Open Edition MVS) and VM-ESA were supported. Due to changes required by the UTF-8 (Unicode) support, the EBCDIC platforms are not supported in Perl 5.6.0. +=head2 In 64-bit HP-UX the lib/io_multihomed test may hang + +The lib/io_multihomed test may hang in HP-UX if Perl has been +configured to be 64-bit. Because other 64-bit platforms do not +hang in this test, HP-UX is suspect. All other tests pass +in 64-bit HP-UX. The test attempts to create and connect to +"multihomed" sockets (sockets which have multiple IP addresses). + =head2 NEXTSTEP 3.3 POSIX test failure In NEXTSTEP 3.3p2 the implementation of the strftime(3) in the |