Files
scripts/Perl OTRS/Kernel/cpan-lib/URI/telnet.pm
2024-10-14 00:08:40 +02:00

14 lines
154 B
Perl

package URI::telnet;
use strict;
use warnings;
our $VERSION = '1.71';
$VERSION = eval $VERSION;
use parent 'URI::_login';
sub default_port { 23 }
1;