Skip to content

Commit

Permalink
Sort file test list.
Browse files Browse the repository at this point in the history
Method order should probably follow suit.
  • Loading branch information
cfa committed Feb 22, 2019
1 parent 7350b35 commit f82ad1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO/Path.pod6
Expand Up @@ -590,14 +590,14 @@ $fh.r
File tests include:
=item :e L«Exists|/type/IO::Path#method_e»
=item :d L«Directory|/type/IO::Path#method_d»
=item :e L«Exists|/type/IO::Path#method_e»
=item :f L«File|/type/IO::Path#method_f»
=item :l L«Symbolic link|/type/IO::Path#method_l»
=item :r L«Readable|/type/IO::Path#method_r»
=item :s L«Size|/type/IO::Path#method_s»
=item :w L«Writable|/type/IO::Path#method_w»
=item :x L«Executable|/type/IO::Path#method_x»
=item :s L«Size|/type/IO::Path#method_s»
=item :z L«Zero size|/type/IO::Path#method_z»
All of these tests can be used as methods (without the colon).
Expand Down

0 comments on commit f82ad1e

Please sign in to comment.