summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl0/lib/URI/ssh.pm
blob: 5cd30fc3bfcaafc5cd8afdbf7db01ea65123d44c (plain)
1
2
3
4
5
6
7
8
9
package URI::ssh;
require URI::_login;
@ISA=qw(URI::_login);

# ssh://[USER@]HOST[:PORT]/SRC

sub default_port { 22 }

1;