Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / URI / rtspu.pm
1 package URI::rtspu;
2
3 require URI::rtsp;
4 @ISA=qw(URI::rtsp);
5
6 sub default_port { 554 }
7
8 1;