summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/rsync.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/rsync.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/rsync.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/rsync.pm b/Master/tlpkg/tlperl/lib/URI/rsync.pm
deleted file mode 100644
index bde19072fc6..00000000000
--- a/Master/tlpkg/tlperl/lib/URI/rsync.pm
+++ /dev/null
@@ -1,12 +0,0 @@
-package URI::rsync; # http://rsync.samba.org/
-
-# rsync://[USER@]HOST[:PORT]/SRC
-
-use strict;
-use warnings;
-
-use parent qw(URI::_server URI::_userpass);
-
-sub default_port { 873 }
-
-1;