git-commit-vandalism/perl
Ævar Arnfjörð Bjarmason 3e9c6a08c8 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 <tgc@statsbiblioteket.dk>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-03-10 13:25:41 -08:00
..
Git Git::I18N: compatibility with perl <5.8.3 2012-03-10 13:25:41 -08:00
.gitignore Add MYMETA.json to perl/.gitignore 2011-12-29 13:08:47 -08:00
Git.pm libperl-git: refactor Git::config_* 2011-10-18 12:00:33 -07:00
Makefile i18n: add infrastructure for translating Git with gettext 2011-12-05 20:46:55 -08:00
Makefile.PL i18n: add infrastructure for translating Git with gettext 2011-12-05 20:46:55 -08:00
private-Error.pm