Subject: | Wrong PREREQ_PM specification in Makefile.PL |
The Makefile.PL says:
PREREQ_PM => {
'PDL' >= 0,
'Carp' >= 0
}, # e.g., Module::Name => 1.1
The ">=" are wrong, it should be a "fat comma" instead, that is "=>".
Regards,
Slaven