diff options
author | Craig A. Berry <craigberry@mac.com> | 2000-08-31 20:47:22 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 13:43:18 +0000 |
commit | 2ff7ee21189ba0d0583f92171dc62c4755fad5af (patch) | |
tree | bf3d6145cbe654d104d5b7749981138e790aa21d /pod/perldelta.pod | |
parent | 73f754d1c5ef8e254501d6479aad894713a41ea0 (diff) | |
download | perl-2ff7ee21189ba0d0583f92171dc62c4755fad5af.tar.gz |
2 more vms.c fix-ups and status
Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
p4raw-id: //depot/perl@6965
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d739204571..a903e789f9 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -754,11 +754,6 @@ one can (or, if one can, whether it's a good idea) link together at all binaries with different ideas about file offsets, all this is platform-dependent. -=head2 ftmp-posix subtest 6 fails in VMS - -The test exposes a flushing bug in the VMS port of Perl, this failure -as such can be ignored. - =head2 ftmp-security tests warn 'system possibly insecure' Don't panic. Read INSTALL 'make test' section instead. @@ -766,10 +761,13 @@ Don't panic. Read INSTALL 'make test' section instead. =head2 Long Doubles Still Don't Work In Solaris The experimental long double support is still very much so in Solaris. -(Other platforms like Linux and Tru64 are beginning to solidify in this area.) +(Other platforms like Linux and Tru64 are beginning to solidify in +this area.) =head2 Storable tests fail in some platforms +If any Storable tests fail the use of Storable is not advisable. + =over 4 =item * @@ -791,6 +789,10 @@ st-06compat fails in UNICOS and UNICOS/mk. This means that you cannot read old (pre-Storable-0.7) Storable images made in other platforms. +=item * + +st-store.t and st-retrieve may fail with Compaq C 6.2 on OpenVMS Alpha 7.2. + =back =head1 Reporting Bugs |