Subject: | Building with Makefile.PL fails (missing comma) |
If CPAN.pm is configured to prefer Makefile.PL over Build.PL, then the build fails:
...
Output from '/usr/local/bin/perl Makefile.PL':
String found where operator expected at Makefile.PL line 31, near "'YAML::Syck'"
(Missing semicolon on previous line?)
syntax error at Makefile.PL line 31, near "'YAML::Syck'"
Execution of Makefile.PL aborted due to compilation errors.
...
It seems that here a comma is missing:
https://metacpan.org/source/SJQUINNEY/LCFG-Build-Tools-0.9.19/Makefile.PL#L30