Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / URI / ssh.pm
CommitLineData
3fea05b9 1package URI::ssh;
2require URI::_login;
3@ISA=qw(URI::_login);
4
5# ssh://[USER@]HOST[:PORT]/SRC
6
7sub default_port { 22 }
8
91;