Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTTP-Tiny CPAN distribution.

Report information
The Basics
Id: 67118
Status: resolved
Priority: 0/
Queue: HTTP-Tiny

People
Owner: Nobody in particular
Requestors: stro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.011
Fixed in: (no value)



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
Thanks. Released as 0.012.