Perl-Critic icon indicating copy to clipboard operation
Perl-Critic copied to clipboard

fix TestingAndDebugging::RequireUseStrict policy for perl v5.36

Open andrew-grechkin opened this issue 3 years ago • 2 comments

Perl version v5.36 if explicit version used implies use warnings according to perldelta

andrew-grechkin avatar Jun 19 '22 18:06 andrew-grechkin

Thanks for this. We need to get a test for it before I can merge it.

petdance avatar Jun 20 '22 00:06 petdance

@petdance Thanks a lot and sorry, wasn't sure if this repository is alive. Added a test for this

andrew-grechkin avatar Jun 20 '22 14:06 andrew-grechkin

Thanks, merged and noted in the Changes. f427cddb

petdance avatar Dec 04 '22 05:12 petdance