Grinnz / Perl-Critic-Community

Perl::Critic::Community - Community-inspired Perl::Critic policies
https://metacpan.org/pod/Perl::Critic::Community
Other
8 stars 10 forks source link

Community::StrictWarnings: Don't trigger violation with a use declaration >=5.36 #50

Closed marlencrabapple closed 2 years ago

marlencrabapple commented 2 years ago

As of the latest stable Perl release use v5.36, use 5.036, etc. automatically enable warnings. This PR updates the Community::StrictWarnings policy such that a lack of an explicit use warnings won't trigger a violation

Grinnz commented 2 years ago

Thank you!