home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / https.pm < prev    next >
Encoding:
Perl POD Document  |  1998-09-11  |  89 b   |  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.