Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdea6ba9

Browse files
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.us
1 parent40b9f19 commitdea6ba9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎doc/src/sgml/install-windows.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ $ENV{MSBFLAGS}="/m";
180180
ActiveState Perl is required to run the build generation scripts. MinGW
181181
or Cygwin Perl will not work. It must also be present in the PATH.
182182
Binaries can be downloaded from
183-
<ulink url="http://www.activestate.com"></> (Note: version 5.8 or later is required,
183+
<ulink url="http://www.activestate.com"></>
184+
(Note: version 5.8.3 or later is required,
184185
the free Standard Distribution is sufficient).
185186
</para></listitem>
186187
</varlistentry>

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ su - postgres
163163
<application>PL/Perl</application> you need a full
164164
<productname>Perl</productname> installation, including the
165165
<filename>libperl</filename> library and the header files.
166+
The minimum required version is <productname>Perl</productname> 5.8.3.
166167
Since <application>PL/Perl</application> will be a shared
167168
library, the <indexterm><primary>libperl</primary></indexterm>
168169
<filename>libperl</filename> library must be a shared library
@@ -309,7 +310,7 @@ su - postgres
309310
<primary>perl</primary>
310311
</indexterm>
311312

312-
<application>Perl</> 5.8 or later is needed to build from a Git checkout,
313+
<application>Perl</> 5.8.3 or later is needed to build from a Git checkout,
313314
or if you changed the input files for any of the build steps that
314315
use Perl scripts. If building on Windows you will need
315316
<application>Perl</> in any case. <application>Perl</application> is

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp