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

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