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

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

sub default_port { 554 }

1;