forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdea6ba9
committed
Doc: specify that the minimum supported version of Perl is 5.8.3.
Previously the docs just said "5.8 or later". Experimentation showsthat while you can build on Unix from a git checkout with 5.8.0,compiling recent PL/Perl requires at least 5.8.1, and you won't beable to run the TAP tests with less than 5.8.3 because that's whenthey added "prove". (I do not have any information on just what theMSVC build scripts require.)Since all these versions are quite ancient, let's not split hairsin the docs, but just say that 5.8.3 is the minimum requirement.Discussion:https://postgr.es/m/16894.1501392088@sss.pgh.pa.us1 parent40b9f19 commitdea6ba9
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
166 | 167 |
| |
167 | 168 |
| |
168 | 169 |
| |
| |||
309 | 310 |
| |
310 | 311 |
| |
311 | 312 |
| |
312 |
| - | |
| 313 | + | |
313 | 314 |
| |
314 | 315 |
| |
315 | 316 |
| |
|
0 commit comments
Comments
(0)