From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:10
Ryan Anderson [off-list ref] writes:
quoted
git-svnimport.perl:require v5.8.0; # for shell-safe open("-|",LIST)
... which RPM thinks means that you need a Perl module called v5.8.0
which doesn't, of course, exist. This is arguably an rpmbuild bug, but
it nevertheless breaks at the moment.
If you change that to the traditional statement of "require 5.008;",
does it fix things up?