The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package URI::rtspu;

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

sub default_port { 554 }

1;