Subject: | Build.PL fails and Makefile.PL passes in certain constellations |
I got this from one of my smokers with 5.12.5:
Configuring E/ET/ETHER/MooseX-Types-Structured-0.35.tar.gz with Build.PL
CPAN: CPAN::Reporter loaded ok (v1.2017)
Wide character in subroutine entry at /home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/79cc/lib/site_perl/5.12.5/Parse/CPAN/Meta.pm line 53.
at /home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/79cc/lib/site_perl/5.12.5/CPAN/Meta.pm line 301.
at /home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/79cc/lib/site_perl/5.12.5/Module/Build/Tiny.pm line 33.
(/home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/79cc/bin/perl Build.PL exited with 65280)
After I configured my cpan shell to prefer_installer=EUMM, I could pass the tests. Moose was 2.1705, Module::Build was 0.4218, Parse::CPAN::Meta was 1.4418
Also downgrading Parse::CPAN::Meta to 1.4417 seemed to help.
Let me know if you need more information.