Junio C Hamano <gitster@xxxxxxxxx> writes: > > I am getting this (probably unrelated to this patch), by the way: > > $ make perf > make -C t/perf/ all > make[1]: Entering directory `/srv/project/git/git.git/t/perf' > rm -rf test-results > ./run > ... > perf 4 - grep --cached, expensive regex: 1 2 3 ok > # passed all 4 test(s) > 1..4 > Can't locate Git.pm in @INC (@INC contains: /etc/perl ...) at ./aggregate.perl line 5. > BEGIN failed--compilation aborted at ./aggregate.perl line 5. It would seem that you are not installing Git.pm as part of your normal installation? aggregate.perl uses it, so you'd have to. Perhaps a Perl guru can tell us if it's possible to magically pull Git.pm from the build tree instead of the installed version... -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html