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
diff --git a/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/rtspu.pm b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/URI/rtspu.pm
new file mode 100644 (file)
index 0000000..dbcf12b
--- /dev/null
@@ -0,0 +1,8 @@
+package URI::rtspu;
+
+require URI::rtsp;
+@ISA=qw(URI::rtsp);
+
+sub default_port { 554 }
+
+1;