Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / URI / https.pm
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 (file)
index 0000000..c39c67b
--- /dev/null
@@ -0,0 +1,7 @@
+package URI::https;
+require URI::http;
+@ISA=qw(URI::http);
+
+sub default_port { 443 }
+
+1;