On 2016-10-01 05:19:40, SREZIC wrote:
Show quoted text> Automatic installation with CPAN.pm does not work if
> ExtUtils::PkgConfig is not installed:
>
> ...
> Could not load ExtUtils::PkgConfig; please make sure it is intalled
> (/bbbike/perl-5.20.3D/bin/perl Build.PL exited with 512)
> ...
>
> Probably ExtUtils::PkgConfig has to be specified as a
> configure_requires.
Also possibly undeclared: Module::Build::Compat.
...
Output from '/usr/local/bin/perl Makefile.PL':
Can't locate Module/Build/Compat.pm in @INC (you may need to install the Module::Build::Compat module) (@INC contains: /var/tmp/cpansmoker-1023/2019050409/CPAN-Reporter-lib-yx5e /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28 .) at Makefile.PL line 2.
BEGIN failed--compilation aborted at Makefile.PL line 2.
...