Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / URI / ldaps.pm
diff --git a/local-lib5/lib/perl5/URI/ldaps.pm b/local-lib5/lib/perl5/URI/ldaps.pm
new file mode 100644 (file)
index 0000000..20180d5
--- /dev/null
@@ -0,0 +1,7 @@
+package URI::ldaps;
+require URI::ldap;
+@ISA=qw(URI::ldap);
+
+sub default_port { 636 }
+
+1;