source: main/trunk/greenstone2/perllib/cpan/URI/ssh.pm@ 27174

Last change on this file since 27174 was 27174, checked in by davidb, 11 years ago

Perl modules from CPAN that are used in supporting activate.pl, but not part of the Perl core. Only PMs included.

File size: 140 bytes
Line 
1package URI::ssh;
2require URI::_login;
3@ISA=qw(URI::_login);
4
5# ssh://[USER@]HOST[:PORT]/SRC
6
7sub default_port { 22 }
8
9sub secure { 1 }
10
111;
Note: See TracBrowser for help on using the repository browser.