Skip to content

Commit 8973886

Browse files
committed
Formatting.
1 parent 06b56f4 commit 8973886

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

doc/Type/IO/Path.pod6

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -588,16 +588,17 @@ C<$fh>, is an example, using the method syntax for the file test:
588588
=for code :preamble<my $fh>
589589
$fh.r
590590
591-
File tests include
592-
:e L«Exists|/type/IO::Path#method_e»
593-
:d L«Directory|/type/IO::Path#method_d»
594-
:f L«File|/type/IO::Path#method_f»
595-
:l L«Symbolic link|/type/IO::Path#method_l»
596-
:r L«Readable|/type/IO::Path#method_r»
597-
:w L«Writable|/type/IO::Path#method_w»
598-
:x L«Executable|/type/IO::Path#method_x»
599-
:s L«Size|/type/IO::Path#method_s»
600-
:z L«Zero size|/type/IO::Path#method_z»
591+
File tests include:
592+
593+
=item :e L«Exists|/type/IO::Path#method_e»
594+
=item :d L«Directory|/type/IO::Path#method_d»
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 :w L«Writable|/type/IO::Path#method_w»
599+
=item :x L«Executable|/type/IO::Path#method_x»
600+
=item :s L«Size|/type/IO::Path#method_s»
601+
=item :z L«Zero size|/type/IO::Path#method_z»
601602
602603
All of these tests can be used as methods (without the colon).
603604
Three tests, however exist only as methods:

0 commit comments

Comments
 (0)