Skip to content

Commit 7c43c86

Browse files
committed
Expand file test list.
1 parent f82ad1e commit 7c43c86

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

doc/Type/IO/Path.pod6

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -590,15 +590,17 @@ $fh.r
590590
591591
File tests include:
592592
593-
=item :d L«Directory|/type/IO::Path#method_d»
594-
=item :e L«Exists|/type/IO::Path#method_e»
595-
=item :f L«File|/type/IO::Path#method_f»
596-
=item :l L«Symbolic link|/type/IO::Path#method_l»
597-
=item :r L«Readable|/type/IO::Path#method_r»
598-
=item :s L«Size|/type/IO::Path#method_s»
599-
=item :w L«Writable|/type/IO::Path#method_w»
600-
=item :x L«Executable|/type/IO::Path#method_x»
601-
=item :z L«Zero size|/type/IO::Path#method_z»
593+
=item C<:d> (L«Directory|/type/IO::Path#method_d»)
594+
=item C<:e> (L«Exists|/type/IO::Path#method_e»)
595+
=item C<:f> (L«File|/type/IO::Path#method_f»)
596+
=item C<:l> (L«Symbolic link|/type/IO::Path#method_l»)
597+
=item C<:r> (L«Readable|/type/IO::Path#method_r»)
598+
=item C<:rw> (L«Readable and writable|/type/IO::Path#method_rw»)
599+
=item C<:rwx> (L«Readable, writable and executable|/type/IO::Path#method_rwx»)
600+
=item C<:s> (L«Size|/type/IO::Path#method_s»)
601+
=item C<:w> (L«Writable|/type/IO::Path#method_w»)
602+
=item C<:x> (L«Executable|/type/IO::Path#method_x»)
603+
=item C<:z> (L«Zero size|/type/IO::Path#method_z»)
602604
603605
All of these tests can be used as methods (without the colon).
604606
Three tests, however exist only as methods:

0 commit comments

Comments
 (0)