1package URI::https;
2require URI::http;
3@ISA=qw(URI::http);
4
5sub default_port { 443 }
6
71;
8