Subject: | Corrupts uploads when using Strawberry Perl and Google::Code::Upload 0.04 |
When uploading to Google Code using this module, it succeeds, but the
SHA1 checksums do not match, and the file is corrupted.
I'm assuming (this might not be the case) that you aren't explicitly
opening the file in binary mode, so a CRLF -> LF translation is being done.
C:\Users\Curtis\Desktop>perl -V
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname='Win32 strawberryperl 5.10.1.0 #1 30 i386'
...
(I was uploading 5.10.1.1/5.8.9.4 at the time)