????

Your IP : 18.227.21.218


Current Path : C:/Program Files/Git/usr/share/perl5/vendor_perl/URI/
Upload File :
Current File : C:/Program Files/Git/usr/share/perl5/vendor_perl/URI/ssh.pm

package URI::ssh;

use strict;
use warnings;

our $VERSION = '5.29';

use parent 'URI::_login';

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

sub default_port { 22 }

sub secure { 1 }

1;