Subject: | EUMM breaks the ability to build makefiles (perl Makefile.PL) |
Hi,
I've come across this bug, seems like it's been around since the last
release:
http://stackoverflow.com/questions/6074655/cant-install-new-perl-modules-using-makemaker/6880163#6880163
I've tested on several machines and narrowed down to this module.
Basically you aren't declaring dependency for Parse::CPAN::Meta version
1.44, when distros like CentOS only come with 1.4.
EUMM build is going through fine because it uses the
bundled/Parse-CPAN-Meta/Parse/CPAN/Meta.pm version 1.44 it comes with.
But of course as the system doesn't have this, everything else breaks. I
posted a quick workaround on stackoverflow for people googling this
issue, but it's far from ideal.
Lyle