This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #88420] BOM support on Windows broken in 5.13.11
authorJan Dubois <jand@activestate.com>
Thu, 14 Apr 2011 00:02:39 +0000 (17:02 -0700)
committerJan Dubois <jand@activestate.com>
Thu, 14 Apr 2011 00:03:45 +0000 (17:03 -0700)
commit6d51015587940c2032a6533d886163f69ca028f9
tree7189b706bdcca169d0860646330ad594a1f7982a
parent088225fdf76aeaafa844cf1a058d5c11106522c4
[perl #88420] BOM support on Windows broken in 5.13.11

When Perl reads the script in text mode, then the tell() position
on the script handle may include stripped carriage return characters.
Therefore the file position after reading the first line of the
script may be one larger than the length of the input buffer.
MANIFEST
t/io/bom.t [new file with mode: 0644]
toke.c