cerbero: Fix regex parsing of --version output
Perl's version number in the --version
looks like: (v5.30.2)
. However, other tools like cmake look like: 'cmake version 3.17.3'
.
Need to change the regex. This broke in the previous commit f12e5ed2
CC: @dabrain34