1package URI::mms;
2
3require URI::http;
4@ISA=qw(URI::http);
5
6sub default_port { 1755 }
7
81;
9