Subject: | New moose-as-strict detection intoduces false negatives (while fixing false positives) |
0.17 would correctly (even though by accident) regard
use Moose::Role
as "strict is on". This not longer works starting from 0.18, resulting
in spurious test failures. In general I would recommend
copying/extracting standalone the logic used by CPANTS:
https://metacpan.org/source/DAXIM/Module-CPANTS-Analyse-0.86/lib/Module/CPANTS/Kwalitee/Uses.pm#L89