Skip to content

Commit d02ae7d

Browse files
authored
[io grant] Remove IO::Handle.rw and .rwx
IO::Handle never had these methods
1 parent 69d32da commit d02ae7d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,12 @@ Returns C<Bool::True> if the invocant is a path and accessible.
9292
9393
Returns C<Bool::True> if the invocant is a path and writable.
9494
95-
=head2 method rw
96-
97-
method rw(--> Bool)
98-
99-
Returns C<Bool::True> if the invocant is a path, read and writable.
100-
10195
=head2 method x
10296
10397
method x(--> Bool)
10498
10599
Returns C<Bool::True> if the invocant is a path and executable.
106100
107-
=head2 method rwx
108-
109-
method rwx(--> Bool)
110-
111-
Returns C<Bool::True> if the invocant is a path, executable, read and writable.
112-
113101
=head2 method lines
114102
115103
method lines($limit = Inf)

0 commit comments

Comments
 (0)