Skip Menu |

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

Report information
The Basics
Id: 67684
Status: resolved
Priority: 0/
Queue: Net-SFTP-Foreign

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

Bug Information
Severity: Normal
Broken in: 1.63_10
Fixed in: (no value)



Subject: fs_encoding not working...
I think you're doing a string comparison with == This undef $fs_encoding if (defined $fs_encoding and $fs_encoding == 'bytes'); Should be: undef $fs_encoding if (defined $fs_encoding and $fs_encoding eq 'bytes'); Is there a git repo for this work? Thanks, Todd
patched, thanks!