- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd268d0f
committed
ecpg: use our instead of my in parse.pl to fix perlcritic complaint
Indb0a272 I used open(our $something, ...), which perlcritic doesn'tlike. It looks like the warning is due to perlcritic knowing about 'my' butnot 'our' when checking for bareword file handles.However, it's clearly unnecessary to use "our" here, change it to "my".Via buildfarm member crake and discussion with Tom Lane.Discussion:https://postgr.es/m/20220718215042.sl3hivoupdb7lkwv@awork3.anarazel.de1 parenteb6569f commitd268d0f
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
| 30 | + | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments
Comments
(0)