Akira Kitada <akitada@xxxxxxxxx> writes: > Thanks for reply. > > I use perl 5.8.9 and ExtUtils::MakeMaker is 6.48. > > $ /usr/local/bin/perl -v | grep v5 > This is perl, v5.8.9 built for i386-freebsd Hmm, that is not much different from what I'm running pre-push test on in one of my VMs. $ type perl perl is hashed (/usr/local/bin/perl) $ /usr/local/bin/perl -v | grep v5 This is perl, v5.8.9 built for i386-freebsd-64int $ perl -e 'use ExtUtils::MakeMaker; print "$ExtUtils::MakeMaker::VERSION\n";' 6.48 One difference is that I never use ./configure, as that is somewhat foreign afterthought in our build infrastructure, though. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html