Subject: | PREREQ_FATAL should not be specified |
Automatic build fails if Graph::Easy is not already installed. Looking at the output of perl Makefile.PL:
Checking if your kit is complete...
Looks good
MakeMaker FATAL: prerequisites not found.
Graph::Easy not installed
Please install these modules first and rerun 'perl Makefile.PL'.
... it seems that PREREQ_FATAL is specified, which should be removed (there's no known reason to specify PREREQ_FATAL).