Subject: | Oops in dependency declaration |
This interesting construct in the Makefile.PL starts a statement that is
just a noop:
%PREREQ_PM => {
Consequently no prerequisites are declared at all.
Maybe start by adding 'use strict'?
HTH, Regards,