Subject: | MIN_PERL_VERSION is not in a recognized format. |
With newer ExtUtils::MakeMaker versions the build fails:
...
Output from '/usr/perl5.16.3t/bin/perl Makefile.PL':
Checking if your kit is complete...
Looks good
Warning: MIN_PERL_VERSION is not in a recognized format.
Recommended is a quoted numerical value like '5.005' or '5.008001'.
...
I think it can be fixed by changing the version in
https://metacpan.org/source/GRUBERT/P2-Scheduler-0.07/Makefile.PL#L13
to "v5.18.0".