Path : /home/easyrentals/public_html/sym404/root/usr/local/share/perl5/URI/ |
Current File : /home/easyrentals/public_html/sym404/root/usr/local/share/perl5/URI/ldaps.pm |
package URI::ldaps; use strict; use warnings; our $VERSION = '1.76'; use parent 'URI::ldap'; sub default_port { 636 } sub secure { 1 } 1;