Code

perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKER
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 10 Mar 2012 12:29:35 +0000 (12:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Mar 2012 16:15:28 +0000 (09:15 -0700)
commit5eb660ecd1965c67be0051c46b8e8a56b28ff5b2
tree30d9416ff50a28d6e3af17de3b03a82fda127205
parent3e9c6a08c8a99349a2969f5e2c37b77a6bac9b8c
perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKER

When I added the i18n infrastructure in v1.7.8-rc2-1-g5e9637c I forgot
to install Git::I18N also when NO_PERL_MAKEMAKER=YesPlease was
set. Change the generation of the fallback perl.mak file to do that.

Now Git/I18N.pm is installed alongside Git.pm in such a way that
anything that uses GITPERLLIB will find it.

Reported-by: Tom G. Christensen <tgc@statsbiblioteket.dk>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Makefile