Konstantin Khomoutov [off-list ref] writes:
This [1] should help you get started with affecting @INC.
In the particular case of Git, the Makefile hardcodes the path to the
Git library. The script git-svn in Git's exec-path should start with:
use lib (split(/:/, $ENV{GITPERLLIB} || "/some/hardcoded/path/to/perl/5.10.1"));
Setting the $GITPERLLIB environment variable or editing the script to
let the hardcoded path point to the place where the Git.pm file is
should do it.
But I still have to wonder why you didn't build Git with the right paths
in the first place.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/