Subject: | Should not specify PREREQ_FATAL |
Automatic installation is not possible if Makefile.PL specifies PREREQ_FATAL and dependencies are not installed. This looks like this:
Output from '/bbbike/perl-5.25.4/bin/perl5.25.4 Makefile.PL':
Checking if your kit is complete...
Looks good
MakeMaker FATAL: prerequisites not found.
Merror not installed
Please install these modules first and rerun 'perl Makefile.PL'.
It's better to remove PREREQ_FATAL completely. Please see also the ExtUtils::MakeMaker documentation about this configuration setting.