home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / perl5 / URI / sips.pm < prev    next >
Encoding:
Perl POD Document  |  2010-02-03  |  105 b   |  10 lines

  1. package URI::sips;
  2. require URI::sip;
  3. @ISA=qw(URI::sip);
  4.  
  5. sub default_port { 5061 }
  6.  
  7. sub secure { 1 }
  8.  
  9. 1;
  10.