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

Commit3bf894f

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 parent0d8f015 commit3bf894f

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
@@ -173,7 +173,8 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
173173
ActiveState Perl is required to run the build generation scripts. MinGW
174174
or Cygwin Perl will not work. It must also be present in the PATH.
175175
Binaries can be downloaded from
176-
<ulink url="http://www.activestate.com"></> (Note: version 5.8 or later is required,
176+
<ulink url="http://www.activestate.com"></>
177+
(Note: version 5.8.3 or later is required,
177178
the free Standard Distribution is sufficient).
178179
</para></listitem>
179180
</varlistentry>

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ su - postgres
166166
<application>PL/Perl</application> you need a full
167167
<productname>Perl</productname> installation, including the
168168
<filename>libperl</filename> library and the header files.
169+
The minimum required version is <productname>Perl</productname> 5.8.3.
169170
Since <application>PL/Perl</application> will be a shared
170171
library, the <indexterm><primary>libperl</primary></indexterm>
171172
<filename>libperl</filename> library must be a shared library
@@ -329,7 +330,7 @@ su - postgres
329330
<primary>perl</primary>
330331
</indexterm>
331332

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp