The dependency problem occurred while installing subversion package on Linux CentOS/Red Hat with installed cPanel:
Missing Dependency: perl(URI) >= 1.17 is needed by package subversion
To resolve this issue, you should remove perl* from “exclude” property (section [main]) in your /etc/yum.conf:
# nano -w /etc/yum.conf


Thanks!