| DIR:/proc/self/root/proc/thread-self/root/usr/share/perl5/URI/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/share/perl5/URI/ssh.pm |
package URI::ssh;
use strict;
use warnings;
our $VERSION = '1.73';
$VERSION = eval $VERSION;
use parent 'URI::_login';
# ssh://[USER@]HOST[:PORT]/SRC
sub default_port { 22 }
sub secure { 1 }
1;
|