Add ARM files
[dh-make-perl] / dev / arm / liburi-perl / liburi-perl-1.35.dfsg.1 / 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;