summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/rtspu.pm
blob: dbcf12bb2f4e54aa7e3f9e3cfcea2d3ee7dc6cae (plain)
1
2
3
4
5
6
7
8
package URI::rtspu;

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

sub default_port { 554 }

1;