Subject: | mirror works incorrectly on MSWin32 (no binmode) |
Hello David,
When opening file to write in "mirror()", you don't run "binmode", which
results in CR/LF written to file on Windows (which in turn, makes
CPAN.pm in Perl 5.13.11 unusable).
Patch is easy:
64a65
Show quoted text
> binmode $fh;
--
Serguei Trouchelle