Subject: | pompt() on Windows doesn't remove the \r |
On Windows, prompt() malfunctions pretty seriously:
If the user just hits Enter, the input is "\r", which will be returned.
If the user types something, "\r" will be appended.
http://github.com/dandv/extutils-makemaker/commit/
facc9de154130054462f46c1d364f0ecf886a07f fixes that. Would be great if
this fix made it onto CPAN, as many SSL-related modules fail to build
on Strawberry Perl because they prompt for the path to OpenSSL.