X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=dev%2Fi386%2Fliburi-perl%2Fliburi-perl-1.35.dfsg.1%2FURI%2Fhttps.pm;fp=dev%2Fi386%2Fliburi-perl%2Fliburi-perl-1.35.dfsg.1%2FURI%2Fhttps.pm;h=c39c67b5ec3bf30c39514b5cd0bd16598164eb42;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hp=0000000000000000000000000000000000000000;hpb=df794b845212301ea0d267c919232538bfef356a;p=dh-make-perl diff --git a/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/https.pm b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/https.pm new file mode 100644 index 0000000..c39c67b --- /dev/null +++ b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/https.pm @@ -0,0 +1,7 @@ +package URI::https; +require URI::http; +@ISA=qw(URI::http); + +sub default_port { 443 } + +1;