summaryrefslogtreecommitdiff
path: root/lib/URI/telnet.pm
blob: 41daf5c0b89e5fec95cfebf026a8d7478a1ab950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package URI::telnet;

use strict;
use warnings;

our $VERSION = '1.70_001';
$VERSION = eval $VERSION;

use parent 'URI::_login';

sub default_port { 23 }

1;