Skip to content

Commit cc6539b

Browse files
committed
[io grant] Remove 8 methods from IO::Handle
Removes .e, .d, .f, .s, .l, .r, .w, and .x
1 parent 335a98d commit cc6539b

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -50,54 +50,6 @@ waiting for another keypress before the initial "e" is returned.
5050
5151
Returns C<True> if the read operations have exhausted the content of the file.
5252
53-
=head2 method e
54-
55-
method e(--> Bool)
56-
57-
Returns C<Bool::True> if the invocant is a valid path that exists.
58-
59-
=head2 method d
60-
61-
method d(--> Bool)
62-
63-
Returns C<Bool::True> if the invocant is a path and the directory exists.
64-
65-
=head2 method f
66-
67-
method f(--> Bool)
68-
69-
Returns C<Bool::True> if the invocant is a path and the file exists.
70-
71-
=head2 method s
72-
73-
method s(--> Bool)
74-
75-
Returns C<Bool::True> if the invocant is a path and the size is bigger then 0.
76-
77-
=head2 method l
78-
79-
method l(--> Bool)
80-
81-
Returns C<Bool::True> if the invocant is a path and a symlink.
82-
83-
=head2 method r
84-
85-
method r(--> Bool)
86-
87-
Returns C<Bool::True> if the invocant is a path and accessible.
88-
89-
=head2 method w
90-
91-
method w(--> Bool)
92-
93-
Returns C<Bool::True> if the invocant is a path and writable.
94-
95-
=head2 method x
96-
97-
method x(--> Bool)
98-
99-
Returns C<Bool::True> if the invocant is a path and executable.
100-
10153
=head2 method lines
10254
10355
method lines($limit = Inf)

0 commit comments

Comments
 (0)