summaryrefslogtreecommitdiff
path: root/chromium/third_party/cygwin/lib/perl5/vendor_perl/5.10/URI/ldaps.pm
blob: 20180d5577386738a413cf6a0a621782451f132c (plain)
1
2
3
4
5
6
7
package URI::ldaps;
require URI::ldap;
@ISA=qw(URI::ldap);

sub default_port { 636 }

1;