Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Slurping directories makes sense on some OSes"
This reverts commit 0925cca.

"it's just an attractive nuisance that some kid is going to drown himself in" ~
TimToady++
  • Loading branch information
cbvi committed Jul 27, 2014
1 parent 0925cca commit f8b2b16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-setting-library/IO.pod
Expand Up @@ -193,8 +193,7 @@ scope by declaring:
Slurps the entire file into a C<Str> (or C<Buf> if C<:bin>) regardless of context.
(See also C<lines>.)

The routine will C<fail> if the file does not exist, or if the file is a
directory and the platform does not support opening a directory like a file.
The routine will C<fail> if the file does not exist, or is a directory.

=item spurt

Expand Down

0 comments on commit f8b2b16

Please sign in to comment.