Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace mention of now defunct .file method by de-facto .path
  • Loading branch information
lizmat committed Apr 9, 2013
1 parent 5a85c48 commit 18c2444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators.pod
Expand Up @@ -2749,7 +2749,7 @@ is defined as less than a second or so. If this is a concern, an
explicit stat() or lstat() may be used to return an explicit C<IO>
object that will not be subject to timeout, and may be tested
repeatedly just as a filename or handle can. An C<IO> object has
a C<.file> method that can be queried for its filename (if known).
a C<.path> method that can be queried for its path (if known).

(Inadvertent use of the Perl 5 forms will normally result in treatment
as a negated postdeclared subroutine, which is likely to produce an
Expand Down

0 comments on commit 18c2444

Please sign in to comment.