diff options
Diffstat (limited to 'lib/URI/ssh.pm')
| -rw-r--r-- | lib/URI/ssh.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/URI/ssh.pm b/lib/URI/ssh.pm deleted file mode 100644 index 5cd30fc..0000000 --- a/lib/URI/ssh.pm +++ /dev/null @@ -1,9 +0,0 @@ -package URI::ssh; -require URI::_login; -@ISA=qw(URI::_login); - -# ssh://[USER@]HOST[:PORT]/SRC - -sub default_port { 22 } - -1; |
