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