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

use strict;
use warnings;

use parent 'URI::http';

sub default_port { 1755 }

1;