home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / sips.pm < prev    next >
Encoding:
Perl POD Document  |  2004-06-01  |  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.