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.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/rsync.pm b/Master/tlpkg/tlperl/lib/URI/rsync.pm
index 160d9d0c065..bde19072fc6 100644
--- a/Master/tlpkg/tlperl/lib/URI/rsync.pm
+++ b/Master/tlpkg/tlperl/lib/URI/rsync.pm
@@ -2,10 +2,10 @@ package URI::rsync; # http://rsync.samba.org/
# rsync://[USER@]HOST[:PORT]/SRC
-require URI::_server;
-require URI::_userpass;
+use strict;
+use warnings;
-@ISA=qw(URI::_server URI::_userpass);
+use parent qw(URI::_server URI::_userpass);
sub default_port { 873 }