- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit12c8faa
committed
Remove redundant perl version checks
Commit4c15327 removed some redundant uses of 'use 5.008001;' in perlscripts, including in plperl's plc_perlboot.pl. Because it made otherchanges it wasn't backpatched. However, now this is causing a failure onback branches when built with bleeding edge perl. Therefore, backpatchjust that part of it which removed those uses, from 15 all the way downto 9.2, which is the earliest version currently built in the buildfarm.per report from Alexander LakhinDiscussion:https://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com1 parent3911fd5 commit12c8faa
2 files changed
+0
-2
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
0 commit comments
Comments
(0)