# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73888] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73888 >
In various configure scripts in the app cheese, we find the Rakudo build dir through this line of code: my $parrot_dir = %*VM<config><build_dir>; This doesn't work in Rakudo master yet, because the %*VM variable hasn't been re-implemented in the ng-derived branch.