Subject: | Please declare your prereqs in the Makefile.PL |
I found the prerequisites in the README but the "correct" place that
enables automatic full installation and testing scenarios is in the
Makfile.PL where you have
PREREQ_PM => {}
The hash keys there would contain your required modules and the values
would contain the minimum version of them or 0 if there is no special
version requirement.
Thanks,