Put the current perl version into the Script_Config hash
[buildfarm-client.git] / run_build
index 10b32a69bf3b9d6ac2ca5e9cf62b4bbaeb3f30eb..f7ce80d1cecb8ebff336f3cab108b7aa289c96a8 100755 (executable)
--- 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;