From: Ævar Arnfjörð Bjarmason Date: Sat, 10 Mar 2012 12:29:34 +0000 (+0000) Subject: Git::I18N: compatibility with perl <5.8.3 X-Git-Tag: v1.7.10-rc2~5^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3e9c6a08c8a99349a2969f5e2c37b77a6bac9b8c?hp=3e9c6a08c8a99349a2969f5e2c37b77a6bac9b8c Git::I18N: compatibility with perl <5.8.3 Change the Exporter invocation in Git::I18N to be compatible with 5.8.0 to 5.8.2 inclusive. Before Exporter 5.57 (released with 5.8.3) Exporter didn't export the 'import' subroutine. Reported-by: Tom G. Christensen Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---