Skip to content

Commit e83ed7b

Browse files
committed
Make more explicit that -e and -f aren't in Perl 6
1 parent b3e3379 commit e83ed7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Type/IO/FileTestable.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
1111
=head2 File Test operators
1212
13-
X<-e> X<:-f>
13+
X<-e> X<-f>
1414
15-
-e
16-
-f Does not exist in Perl 6. See :e, :f.
15+
The C<-e> and C<-f> file test operators do not exist in Perl 6. Use instead
16+
C<:e> and C<:f>.
1717
1818
X<-M> X<-A> X<-C>
1919

0 commit comments

Comments
 (0)