Subject: | PREREQ_FATAL=>1 should not be used |
If PREREQ_FATAL=>1 is specified in Makefile.PL, then automatic installers like CPAN.pm cannot proceed:
...
Output from '/bbbike/perl-5.28.0t/bin/perl Makefile.PL':
MakeMaker FATAL: prerequisites not found.
Exception::Class not installed
JSON not installed
LWP::Protocol::https not installed
LWP::UserAgent not installed
Please install these modules first and rerun 'perl Makefile.PL'.
...
Fix: Just remove the PREREQ_FATAL=>1 line.