home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _bd89ca98611ec67211020e675136ff15 < prev    next >
Text File  |  2004-06-01  |  97b  |  9 lines

  1. package URI::mms;
  2.  
  3. require URI::http;
  4. @ISA=qw(URI::http);
  5.  
  6. sub default_port { 1755 }
  7.  
  8. 1;
  9.