mirror of
https://github.com/git/git.git
synced 2026-03-28 17:40:11 +01:00
eval{use...} is no good because the 'use' is evaluated at compile
time, so manually 'require' it. We need to forward declare the
functions we use, otherwise Perl raises a compilation error.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
27 KiB
Executable File
27 KiB
Executable File