atoomic / perl

a repo to show what could be p7
Other
18 stars 8 forks source link

Gha 18245 ext posix t posix 20201223 #353

Closed jkeenan closed 3 years ago

jkeenan commented 3 years ago

This p.r. is a bit of a grab-bag, but it basically completes work on warnings by default for the ext/ directory, i.e., for https://github.com/atoomic/perl/issues/305.

To clean up the remaining warnings in ext/POSIX/t/posix.t, we make some changes in that file as suggested in a Perl 5 issue and we pull in several recent commits to t/loc_tools.pl made in blead.

I also clean up some strictures-related warnings in one file that we can't run because it's VMS-specific.

jkeenan commented 3 years ago

t/loc_tools.pl noticed use strict at line 14.

Corrected. Thanks.