Subject: | PREREQ_FATAL=>1 should not be used |
Looking at the following log from an automatic installation (using CPAN.pm) it seems that PREREQ_FATAL=>1 is used in the Makefile.PL --- but this should not be done, as it prevents automatic installation of dependencies. Best to remove PREREQ_FATAL completely.
...
Output from '/opt/perl-5.22.3D/bin/perl Makefile.PL':
MakeMaker FATAL: prerequisites not found.
Locale::gettext not installed
Please install these modules first and rerun 'perl Makefile.PL'.
...