Initial Commit
This commit is contained in:
16
database/perl/lib/URI/ssh.pm
Normal file
16
database/perl/lib/URI/ssh.pm
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user