Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / URI / ssh.pm
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 (file)
index 0000000..5cd30fc
--- /dev/null
@@ -0,0 +1,9 @@
+package URI::ssh;
+require URI::_login;
+@ISA=qw(URI::_login);
+
+# ssh://[USER@]HOST[:PORT]/SRC
+
+sub default_port { 22 }
+
+1;