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

use strict;
use warnings;

use parent qw(URI::_server URI::_userpass);

# Generic terminal logins.  This is used as a base class for 'telnet',
# 'tn3270', and 'rlogin' URL schemes.

1;