The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package URI::telnet;

use strict;
use warnings;

our $VERSION = '1.74';

use parent 'URI::_login';

sub default_port { 23 }

1;