diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-26 23:51:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-26 23:51:26 +0000 |
commit | d62e1b7f399551c90af66e0f875a63c4e21b5cc8 (patch) | |
tree | 2b7ce51b525a286b255abd24031973816b8b3740 /pod/perlport.pod | |
parent | c0a6bf0945a4ebade7d5943982aa3f61e63bc713 (diff) | |
download | perl-d62e1b7f399551c90af66e0f875a63c4e21b5cc8.tar.gz |
Further File::Temp patches from Yitzchak Scott-Thoennes
and Craig A. Berry.
p4raw-id: //depot/perl@6452
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 7f779c955e..ee147e902c 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1640,6 +1640,10 @@ Not implemented. (S<Mac OS>, Win32, VMS, S<RISC OS>, VOS, VM/ESA) =item stat +Platforms that do not have rdev, blksize, or blocks will return these +as '', so numeric comparison or manipulation of these fields may cause +'not numeric' warnings. + mtime and atime are the same thing, and ctime is creation time instead of inode change time. (S<Mac OS>) @@ -1650,6 +1654,9 @@ device and inode are not necessarily reliable. (VMS) mtime, atime and ctime all return the last modification time. Device and inode are not necessarily reliable. (S<RISC OS>) +dev, rdev, blksize, and blocks are not available. inode is not +meaningful and will differ between stat calls on the same file. (os2) + =item symlink OLDFILE,NEWFILE Not implemented. (Win32, VMS, S<RISC OS>) |