home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / sips.pm < prev    next >
Encoding:
Perl POD Document  |  2002-08-19  |  87 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.