Skip Menu |

This queue is for tickets about the Net-SSH2 CPAN distribution.

Report information
The Basics
Id: 34342
Status: resolved
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: soros.jozsef [...] multip.hu
Cc:
AdminCc:

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



Subject: net::ssh2 bugs
Date: Sat, 22 Mar 2008 09:40:08 +0100
To: bug-net-ssh2 [...] rt.cpan.org
From: Sörös József <soros.jozsef [...] multip.hu>
I discovered two bugs in net::ssh2 perl module. 1) scp_get method never returns in case of 0 sized file. 2) With ActivePerl version 5.8.20 if I read a file with net::ssh2::file objects read method, it does crlf conversion. Each lf is substituted by crlf on the windows side. It does not depend on the type of remote system.
The first bug was already fixed, and the second I have just fixed it on the development version. Thank you for reporting them!