Message-Id: <
0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com>
plus bump its $VERSION
p4raw-id: //depot/perl@26796
package PerlIO;
-our $VERSION = '1.03';
+our $VERSION = '1.04';
# Map layer name to package that defines it
our %alias;
=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);