Subject: | Syntax error at inc/Devel/CheckLib.pm on perl 5.18.1 due to missing parentheses |
Using qw() as parentheses has been deprecated for a while and seems to be illegal in perl 5.18. The included Devel::CheckLib in inc seems to contain errors like this:
for my $mm_attr_key qw(LIBS INC) {
The bug seems to be solved in an up to date version of Devel::CheckLib, so please upgrade the bundled one or replace it by a dependency.