Subject: | PREREQ_FATAL=>1 should not be used |
See subject. By using PREREQ_FATAL=>1 CPAN installers cannot install their prereqs automatically:
...
Output from '/opt/perl-5.28.1/bin/perl5.28.1 Makefile.PL':
Checking if your kit is complete...
Looks good
MakeMaker FATAL: prerequisites not found.
Gtk3 not installed
Please install these modules first and rerun 'perl Makefile.PL'.
...