source: main/trunk/greenstone2/perllib/cpan/URI/telnet.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: 95 bytes
Line 
1package URI::telnet;
2require URI::_login;
3@ISA = qw(URI::_login);
4
5sub default_port { 23 }
6
71;
Note: See TracBrowser for help on using the repository browser.