summaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-13 21:39:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-13 21:39:03 (GMT)
commited1b87ef910fe38dfb9cf044f5c946adfab0c5e3 (patch)
treeda7ff67fe9f1e6897d9ec701aaadc2eb99a57f61 /git-send-email.perl
parent5be1f00a9a701532232f57958efab4be8c959a29 (diff)
parent7a7bfc7adceec0be66aec3a4999be2f9b33ccc24 (diff)
downloadgit-ed1b87ef910fe38dfb9cf044f5c946adfab0c5e3.zip
git-ed1b87ef910fe38dfb9cf044f5c946adfab0c5e3.tar.gz
git-ed1b87ef910fe38dfb9cf044f5c946adfab0c5e3.tar.bz2
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 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index 340b5c8..bbf4dea 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -26,7 +26,7 @@ use Text::ParseWords;
use Term::ANSIColor;
use File::Temp qw/ tempdir tempfile /;
use File::Spec::Functions qw(catdir catfile);
-use Error qw(:try);
+use Git::Error qw(:try);
use Cwd qw(abs_path cwd);
use Git;
use Git::I18N;