summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/https.pm
blob: c39c67b5ec3bf30c39514b5cd0bd16598164eb42 (plain)
1
2
3
4
5
6
7
package URI::https;
require URI::http;
@ISA=qw(URI::http);

sub default_port { 443 }

1;