Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make more explicit that -e and -f aren't in Perl 6
  • Loading branch information
Paul Cochrane committed Feb 20, 2015
1 parent b3e3379 commit e83ed7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Type/IO/FileTestable.pod
Expand Up @@ -10,10 +10,10 @@
=head2 File Test operators
X<-e> X<:-f>
X<-e> X<-f>
-e
-f Does not exist in Perl 6. See :e, :f.
The C<-e> and C<-f> file test operators do not exist in Perl 6. Use instead
C<:e> and C<:f>.
X<-M> X<-A> X<-C>
Expand Down

0 comments on commit e83ed7b

Please sign in to comment.