Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / URI / https.pm
diff --git a/local-lib5/lib/perl5/URI/https.pm b/local-lib5/lib/perl5/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;