Git::I18N: compatibility with perl <5.8.3
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 10 Mar 2012 12:29:34 +0000 (12:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Mar 2012 21:25:41 +0000 (13:25 -0800)
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 <tgc@statsbiblioteket.dk>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found