Subject: | Missing prerequisite version |
The Makefile.PL has a prerequisite on Test.pm but it does not say which
version. This causes a warning " Unparsable version '' for prerequisite
Test at Makefile.PL line 4" and the prereq probably is not resolved.
'PREREQ_PM' => { Test },
should be
'PREREQ_PM' => { Test => 0 },