diff options
author | Jan Dubois <jand@activestate.com> | 2011-04-13 17:02:39 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2011-04-13 17:03:45 -0700 |
commit | 6d51015587940c2032a6533d886163f69ca028f9 (patch) | |
tree | 7189b706bdcca169d0860646330ad594a1f7982a /MANIFEST | |
parent | 088225fdf76aeaafa844cf1a058d5c11106522c4 (diff) | |
download | perl-6d51015587940c2032a6533d886163f69ca028f9.tar.gz |
[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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4683,6 +4683,7 @@ time64_config.h 64 bit clean time.h (configuration) time64.h 64 bit clean time.h (header) t/io/argv.t See if ARGV stuff works t/io/binmode.t See if binmode() works +t/io/bom.t See if scripts can start with a byte order mark t/io/crlf.t See if :crlf works t/io/crlf_through.t See if pipe passes data intact with :crlf t/io/data.t See if DATA works |