home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _5d97c9e1c9e3d45aca6b4cd627f8c703 < prev    next >
Encoding:
Text File  |  2004-04-13  |  96 b   |  8 lines

  1. package URI::ldaps;
  2. require URI::ldap;
  3. @ISA=qw(URI::ldap);
  4.  
  5. sub default_port { 636 }
  6.  
  7. 1;
  8.