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

use strict;
use warnings;

use parent 'URI::http';

sub default_port { 554 }

1;