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 Make perl/ build procedure ActiveState friendly. 2006-12-04 13:39:32 -08:00
Git.pm Add config_boolean() method to the Git perl module 2007-02-20 23:58:37 -08:00
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 Assorted typo fixes 2007-02-03 21:49:54 -08:00