Subject: | Undeclared dependencies |
Your tests seem to depend on specific versions of Perl::Critic and PPI.
I just upgraded the two after some tests were failing and after the
upgrade the tests succeeded. The upgrades were:
Perl::Critic from 1.101_003 to 1.105
PPI from 1.204_06 to 1.206
Apart from that it is suspicious if a test depends on Perl::Critic,
right? It should not have an impact on the fuctionality of the code when
Perl::Critic isn't happy about your code.
Besides that I find plenty of tests failing due to
Can't locate Spreadsheet/ParseExcel.pm
and
Can't locate XML/LibXML.pm
Both dependencies are not declared at all.
Hope that helps, Thanks!