diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/rtspu.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/URI/rtspu.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/rtspu.pm b/Master/tlpkg/tlperl/lib/URI/rtspu.pm deleted file mode 100644 index b37454cb63d..00000000000 --- a/Master/tlpkg/tlperl/lib/URI/rtspu.pm +++ /dev/null @@ -1,10 +0,0 @@ -package URI::rtspu; - -use strict; -use warnings; - -use parent 'URI::rtsp'; - -sub default_port { 554 } - -1; |