Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
zoffixznet committed Jan 25, 2016
1 parent 133f3e7 commit abe314f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/IO.pod
Expand Up @@ -264,8 +264,8 @@ contents are actually written to the file.
Slurps the contents of the entire file into a C<Str> (or C<Buf> if C<:bin>).
Accepts C<:bin> and C<:enc> optional named parameters, with the same meaning
as L</open()>. The routine will C<fail> if the file does not exist, or is a
directory.
as L<open()|/routine/open>. The routine will C<fail> if the file does not
exist, or is a directory.
# read entire file as (Unicode) Str
my $text_contents = slurp "path/to/file";
Expand Down

0 comments on commit abe314f

Please sign in to comment.