Closed marlencrabapple closed 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
use v5.36
use 5.036
use warnings
Thank you!
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 explicituse warnings
won't trigger a violation