File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -308,12 +308,10 @@ the C<IOU> class):
308
308
e exists
309
309
s size of the $!path of $io in bytes
310
310
z has zero size (an empty file)
311
- i identifier for path, if available (usually inode)
312
- v identifier for device of path, if available
313
311
312
+ l is a symbolic link
314
313
f is a plain file (also ~~ IO::File)
315
314
d is a directory (also ~~ IO::Dir)
316
- l is a symbolic link
317
315
b is a block special file
318
316
c is a character special file
319
317
@@ -374,7 +372,9 @@ role:
374
372
chdir change $*CWD
375
373
chmod change attributes
376
374
copy create a copy
375
+ device identifier for device of path, if available
377
376
dir files in path
377
+ inode identifier for path, if available (usually inode)
378
378
lines contents as lines
379
379
mkdir create directory
380
380
modified last modified time
You can’t perform that action at this time.
0 commit comments