Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / URI / https.pm
CommitLineData
3fea05b9 1package URI::https;
2require URI::http;
3@ISA=qw(URI::http);
4
5sub default_port { 443 }
6
71;