summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/tn3270.pm
blob: b0f6dc8bf96107ee647f838d73a37ce31eefea3a (plain)
1
2
3
4
5
6
7
8
9
10
package URI::tn3270;

use strict;
use warnings;

use parent 'URI::_login';

sub default_port { 23 }

1;