summaryrefslogtreecommitdiff
path: root/lib/PerlIO.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r--lib/PerlIO.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm
index 60c73bc290..a1c3e0e885 100644
--- a/lib/PerlIO.pm
+++ b/lib/PerlIO.pm
@@ -1,6 +1,6 @@
package PerlIO;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
# Map layer name to package that defines it
our %alias;
@@ -35,7 +35,7 @@ PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space
=head1 SYNOPSIS
- open($fh,"<:crlf", "my.txt"); # portably open a text file for reading
+ open($fh,"<:crlf", "my.txt"); # support native and Windows text files
open($fh,"<","his.jpg"); # portably open a binary file for reading
binmode($fh);