Skip to content

Commit dd72a82

Browse files
committed
Try to silence the syntax highlighter
1 parent a7f9cb7 commit dd72a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cause C<X::IO::BinaryAndEncoding> exception to be thrown.
3232
The open mode defaults to non-exclusive, read only (same as specifying
3333
C<:r>) and can be controlled by a mix of the following arguments:
3434
35-
=begin code :skip-test
35+
=begin code :skip-test :allow< B R >
3636
:r same as specifying :mode<ro>
3737
3838
:w same as specifying :mode<wo>, :create, :truncate
@@ -53,7 +53,7 @@ to implode, depending on a particular implementation.
5353
5454
The mode details are:
5555
56-
=begin code
56+
=begin code :allow< B R >
5757
:mode<ro> means "read only"
5858
:mode<wo> means "write only"
5959
:mode<rw> means "read and write"

0 commit comments

Comments
 (0)