Put the current perl version into the Script_Config hash
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 14 Nov 2016 22:43:46 +0000 (23:43 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 23 Nov 2016 12:22:56 +0000 (13:22 +0100)
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;