home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / hotfix / fsis / IS-SpamControl.fsfix / iufssc / lib / URI / https.pm < prev    next >
Text File  |  2006-11-29  |  89b  |  8 lines

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