From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- lib/URI/ldaps.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/URI/ldaps.pm (limited to 'lib/URI/ldaps.pm') diff --git a/lib/URI/ldaps.pm b/lib/URI/ldaps.pm new file mode 100644 index 0000000..20180d5 --- /dev/null +++ b/lib/URI/ldaps.pm @@ -0,0 +1,7 @@ +package URI::ldaps; +require URI::ldap; +@ISA=qw(URI::ldap); + +sub default_port { 636 } + +1; -- cgit v1.2.3