You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These files should be evaluated in light of the guidelines presented on this wiki page. Please post the summary of your findings in a single comment in this issue.
First-time contributors: (1) Please post a comment to this ticket indicating you are working on it. That will enable us to assign the ticket to you. (GitHub won't let us do that until it already thinks you're part of the project.) (2) You should subscribe to this repository so that you get email updates.
Thank you for helping to improve the Perl programming language.
The text was updated successfully, but these errors were encountered:
Line 324 strict appears in a string passed to format.
Removing at 1649
Removing at 1662
another format at 1920
write.t is testing write and format functions using blocks that look like perl code, my pull request will eliminate 2 of the stricts from these and leave the other 2.
In this ticket we will study our progress in pursuit of Objective 2, "strict-by-default", for the following files in the Perl core distribution:
These files should be evaluated in light of the guidelines presented on this wiki page. Please post the summary of your findings in a single comment in this issue.
First-time contributors: (1) Please post a comment to this ticket indicating you are working on it. That will enable us to assign the ticket to you. (GitHub won't let us do that until it already thinks you're part of the project.) (2) You should subscribe to this repository so that you get email updates.
Thank you for helping to improve the Perl programming language.
The text was updated successfully, but these errors were encountered: