| Current Path : C:/xampp/perl/lib/URI/ |
| Current File : C:/xampp/perl/lib/URI/ssh.pm |
package URI::ssh;
use strict;
use warnings;
our $VERSION = '5.06';
use parent 'URI::_login';
# ssh://[USER@]HOST[:PORT]/SRC
sub default_port { 22 }
sub secure { 1 }
1;