1
0
mirror of https://github.com/git/git.git synced 2024-10-01 02:32:27 +02:00
git/perl
Bryan Larsen 5318f69812 Allow PERL_PATH="/usr/bin/env perl"
There is a mechanism PERL_PATH in the Makefile to specify path to
Perl binary, but sometimes it is convenient to let 'env' figure
out where Perl comes from, with PERL_PATH="/usr/bin/env perl".

Allowing this would make things easier to MacPorts, where we wish
to work with the MacPorts perl if it is installed, but fall back
to the system perl if it isn't.

Signed-off-by: Bryan Larsen <bryan@larsen.st>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-05-03 22:36:32 -07:00
..
.gitignore
Git.pm
Makefile Allow PERL_PATH="/usr/bin/env perl" 2007-05-03 22:36:32 -07:00
Makefile.PL perl: install private Error.pm if the site version is older than our own 2007-04-21 13:06:24 -07:00
private-Error.pm