DEBSOURCES
Skip Quicknav
sources / movabletype-opensource / 5.1.4%2Bdfsg-4%2Bdeb7u3 / extlib / URI / ssh.pm
123456789
package URI::ssh; require URI::_login; @ISA=qw(URI::_login); # ssh://[USER@]HOST[:PORT]/SRC sub default_port { 22 } 1;