NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Make use warnings a full kwalitee point (Score:1)
Firstly, you need a new "has_perl_version" test.
This would check that the distribution explicitly declares (presumably in it's META.yml) the version of perl that the distribution depends on.
Secondly, once you have that in place, make the use warnings logic something like... That is, you should only fail the use warnings kwalitee metric IF you can guarantee the 100% of the userbase can handle use warnings.
(and we've needed the has_perl_version metric for a while anyways)
Reply to This