Skip Menu |

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

Report information
The Basics
Id: 34503
Status: resolved
Priority: 0/
Queue: Net-SCP-Expect

People
Owner: RYBSKEJ [...] cpan.org
Requestors: peso [...] york.se
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.12
Fixed in: 0.13



Subject: Destination can't contain colon ':'
If the destination contains a colon ':' the split at line 503 (in _parse_scp_string) breaks the destination in more than one string. It's easily fixed by adding a limit of 2 to the split call, i.e. ($host,$dest) = split(/:/,$temp,2);
Change applied to 0.13 release.