diff options
author | Craig A. Berry <craigberry@mac.com> | 2002-03-04 05:03:37 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 16:43:53 +0000 |
commit | 161720b2bf5213fa196f98898fc983804d595589 (patch) | |
tree | 902c480a787ef4b9b0bc11cea3d00b2c6c24789e /pod | |
parent | 8722fe504effb91d8ed38997eee22ccbc87796ef (diff) | |
download | perl-161720b2bf5213fa196f98898fc983804d595589.tar.gz |
VMS test and perldelta update
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
p4raw-id: //depot/perl@15005
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7a30b1c09f..e1c51fd6b1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2170,6 +2170,10 @@ to 7.0. The C<system> function and backticks operator have improved functionality and better error handling. +File access tests now use current process privileges rather than the +user's default privileges, which could sometimes result in a mismatch +between reported access and actual access. + =item * Windows @@ -2638,9 +2642,9 @@ There are a few known test failures, see L<perluts>. =head2 VMS -There is one known test failure with a default configuration: - - [.run]switches..........................FAILED on test 1 +There should be no reported test failures with a default configuration, +though there are a number of tests marked TODO that point to areas +needing further debugging and/or porting work. =head2 Win32 |