X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=dev%2Fi386%2Fliburi-perl%2Fliburi-perl-1.35.dfsg.1%2FURI%2Fssh.pm;fp=dev%2Fi386%2Fliburi-perl%2Fliburi-perl-1.35.dfsg.1%2FURI%2Fssh.pm;h=5cd30fc3bfcaafc5cd8afdbf7db01ea65123d44c;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hp=0000000000000000000000000000000000000000;hpb=df794b845212301ea0d267c919232538bfef356a;p=dh-make-perl diff --git a/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/ssh.pm b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/ssh.pm new file mode 100644 index 0000000..5cd30fc --- /dev/null +++ b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/ssh.pm @@ -0,0 +1,9 @@ +package URI::ssh; +require URI::_login; +@ISA=qw(URI::_login); + +# ssh://[USER@]HOST[:PORT]/SRC + +sub default_port { 22 } + +1;