- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitb53780e
committed
Fix pl/perl test case so it will still work under Perl 5.36.
Perl 5.36 has reclassified the warning condition that this testcase used, so that the expected error fails to appear. Tweakthe test so it instead exercises a case that's handled the sameway in all Perl versions of interest.This appears to meet our standards for back-patching intoout-of-support branches: it changes no user-visible behaviorbut enables testing of old branches with newer tools.Hence, back-patch as far as 9.2.Dagfinn Ilmari Mannsåker, per report from Jitka Plesníková.Discussion:https://postgr.es/m/564579.1654093326@sss.pgh.pa.us1 parentc76164e commitb53780e
2 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
649 |
| - | |
650 |
| - | |
651 |
| - | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
423 |
| - | |
424 |
| - | |
| 423 | + | |
| 424 | + | |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
|
0 commit comments
Comments
(0)