Subject: | Undefined subroutine &URI::ssh::uri_unescape called |
A URI in $ENV{TEST_SSH_TARGET} with a ';' character in the user information section will cause Test::SSH to throw the exception "Undefined subroutine &URI::ssh::uri_unescape" called at .../Test/SSH/Patch/URI/ssh.pm line 78"
Changing this line to call the function URI::Escape::uri_unescape instead of uri_unescape fixes this issue.
-- Marty O'Brien