This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixes 'raw' layer for perl#80764
authorLeon Timmermans <fawaka@gmail.com>
Thu, 20 Jan 2011 21:06:38 +0000 (22:06 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 21 Jan 2011 03:03:48 +0000 (19:03 -0800)
commitecfd064986aef03b9b7d8b56da83ae37ff435721
treec00db6aa583e094d2a6f70a1faa14f119dc217a6
parentc0888ace5ec8d378714cd95caba0b35057e6c3f1
Fixes 'raw' layer for perl#80764

Made a ':raw' open do what it advertises to do (first open the file,
then binmode it), instead of leaving off the top layer.
perlio.c