Previously the docs just said "5.8 or later". Experimentation shows
that 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 be
able to run the TAP tests with less than 5.8.3 because that's when
they added "prove". (I do not have any information on just what the
MSVC build scripts require.)
Since all these versions are quite ancient, let's not split hairs
in the docs, but just say that 5.8.3 is the minimum requirement.
Discussion: https://postgr.es/m/16894.
1501392088@sss.pgh.pa.us
ActiveState Perl is required to run the build generation scripts. MinGW
or Cygwin Perl will not work. It must also be present in the PATH.
Binaries can be downloaded from
-
> (Note: version 5.8 or later is required,
+ (Note: version 5.8.3 or later is required,
the free Standard Distribution is sufficient).
Perl installation, including the
libperl library and the header files.
+ The minimum required version is
Perl 5.8.3.
Since
PL/Perl will be a shared
libperl library must be a shared library
-
Perl> 5.8 or later is needed to build from a Git checkout,
+
Perl> 5.8.3 or later is needed to build from a Git checkout,
or if you changed the input files for any of the build steps that
use Perl scripts. If building on Windows you will need
Perl> in any case. Perl is