File: rtspu.pm

package info (click to toggle)
liburi-perl 1.35.dfsg.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 540 kB
  • ctags: 258
  • sloc: perl: 4,293; makefile: 51
file content (8 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
package URI::rtspu;

require URI::rtsp;
@ISA=qw(URI::rtsp);

sub default_port { 554 }

1;