diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-02-13 13:39:03 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-02-13 13:39:03 -0800 |
| commit | ed1b87ef910fe38dfb9cf044f5c946adfab0c5e3 (patch) | |
| tree | da7ff67fe9f1e6897d9ec701aaadc2eb99a57f61 /perl/Git.pm | |
| parent | First batch after 2.16 (diff) | |
| parent | perl: treat PERLLIB_EXTRA as an extra path again (diff) | |
| download | git-ed1b87ef910fe38dfb9cf044f5c946adfab0c5e3.tar.gz git-ed1b87ef910fe38dfb9cf044f5c946adfab0c5e3.zip | |
Merge branch 'ab/simplify-perl-makefile'
The build procedure for perl/ part has been greatly simplified by
weaning ourselves off of MakeMaker.
* ab/simplify-perl-makefile:
perl: treat PERLLIB_EXTRA as an extra path again
perl: avoid *.pmc and fix Error.pm further
Makefile: replace perl/Makefile.PL with simple make rules
Diffstat (limited to 'perl/Git.pm')
| -rw-r--r-- | perl/Git.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git.pm b/perl/Git.pm index 65e6b32a0f..9d60d7948b 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -101,7 +101,7 @@ increase notwithstanding). use Carp qw(carp croak); # but croak is bad - throw instead -use Error qw(:try); +use Git::Error qw(:try); use Cwd qw(abs_path cwd); use IPC::Open2 qw(open2); use Fcntl qw(SEEK_SET SEEK_CUR); |
