summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/rtspu.pm
blob: b70be28b490dc9e7495d94dad7e05a4e977b3938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package URI::rtspu;

use strict;
use warnings;

our $VERSION = '5.07';

use parent 'URI::rtsp';

sub default_port { 554 }

1;