]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: add NO_PERL_CPAN_FALLBACKS knob
authorTodd Zullinger <tmz@pobox.com>
Sat, 3 Mar 2018 15:38:16 +0000 (15:38 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Mar 2018 18:52:28 +0000 (10:52 -0800)
commit075321c0075b1ef86b98facc88bcaeefeb9584d1
treea667c477933ec9d2391d31f8b2c8fe1ae4d3b23e
parent382029fc003d400147339573ab5448a88c336f55
Makefile: add NO_PERL_CPAN_FALLBACKS knob

We include some perl modules which are not part of the core perl
install, as a convenience.  This allows us to rely on those modules in
our perl-based tools and scripts without requiring users to install the
modules from CPAN or their operating system packages.

Users whose operating system provides these modules and packagers of Git
often don't want to ship or use these bundled modules.  Allow these
users to set NO_PERL_CPAN_FALLBACKS to avoid installing the bundled
modules.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile