linuxOS_AP05/debian/test/usr/share/perl5/URI/rtspu.pm

13 lines
126 B
Perl
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
package URI::rtspu;
use strict;
use warnings;
our $VERSION = '1.76';
use parent 'URI::rtsp';
sub default_port { 554 }
1;