brickpool/Win32-Console-DotNet

ReadLine does not return undef for eof

Closed this issue · 0 comments

ReadLine uses IO::File->getline() to read a line. Perl's getline returns the appropriate undef, but ReadLine overwrites the undefined return value with an empty string.