Fixed» «Can't locate ExtUtils/MakeMaker.pm in @INC»

I was getting this error while trying to build git on centos 6.5

1 Cant locate ExtUtils/MakeMaker.pm in @INC

Fix : i had to install perl module ExtUtils/MakeMaker

There are two options to install

1. Using yum

1 yum install perlExtUtilsMakeMaker y

2. Using cpan

1 cpan install ExtUtils::MakeMaker

Author: , 0000-00-00