Can't locate ExtUtils/MakeMaker.pm in @INC (´゚д゚`)エー!

Gitの最新版を、ソースコードからコンパイルして入れようとした時に出会ったエラー。

環境

OS:centos6.5

エラー内容

make[1]: 警告: ファイル `PM.stamp' の修正時刻が 0.97 秒分未来の時刻です
/usr/bin/perl Makefile.PL PREFIX='/usr/local' INSTALL_BASE='' --localedir='/usr/local/share/locale'
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
make[1]: *** [perl.mak] エラー 2
make: *** [perl/perl.mak] エラー 2

解決方法

以下をインストール

$ yum install perl-ExtUtils-MakeMaker

おわり