From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- lib/URI/ssh.pm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/URI/ssh.pm (limited to 'lib/URI/ssh.pm') diff --git a/lib/URI/ssh.pm b/lib/URI/ssh.pm new file mode 100644 index 0000000..5cd30fc --- /dev/null +++ b/lib/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; -- cgit v1.2.3