From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 14 Nov 2016 22:43:46 +0000 (+0100) Subject: Put the current perl version into the Script_Config hash X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/5e4372884d67a3d0b7647cf4fd5f5234c6aacb24 Put the current perl version into the Script_Config hash --- diff --git a/run_build b/run_build index 10b32a6..f7ce80d 100755 --- a/run_build +++ b/run_build @@ -1460,6 +1460,7 @@ sub get_script_config_dump chomp($conf->{farm}{revision} = `cd $RealBin && git describe --tags --always --dirty=+`); $conf->{farm}{cwd} = getcwd(); $conf->{farm}{bindir} = $RealBin; + $conf->{farm}{perl} = $^V; } $Data::Dumper::Sortkeys = 1;