Skip to content

Commit

Permalink
Mention that text mode is default in open()
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Feb 13, 2015
1 parent 66250c2 commit 651c45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/IO.pod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ particular object relates to input/output.
my $fh = open($path as IO, *%opts);
Opens the C<$path> as an C<IO> object with the given options, returning an
L<IO::Handle> object.
Opens the C<$path> as an C<IO> object (by default in text mode) with the
given options, returning an L<IO::Handle> object.
=head3 File mode options
Expand Down

0 comments on commit 651c45a

Please sign in to comment.