Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

package URI::ldaps;
require URI::ldap;
@ISA=qw(URI::ldap);
sub default_port { 636 }
sub secure { 1 }
1;