summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/ldaps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/ldaps.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/ldaps.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/ldaps.pm b/Master/tlpkg/tlperl/lib/URI/ldaps.pm
index cbf901b11ca..a43d79d6b0c 100644
--- a/Master/tlpkg/tlperl/lib/URI/ldaps.pm
+++ b/Master/tlpkg/tlperl/lib/URI/ldaps.pm
@@ -1,6 +1,9 @@
package URI::ldaps;
-require URI::ldap;
-@ISA=qw(URI::ldap);
+
+use strict;
+use warnings;
+
+use parent 'URI::ldap';
sub default_port { 636 }