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

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