Bump minimum Perl version to 5.14
authorJohn Naylor <[email protected]>
Wed, 14 Sep 2022 02:58:13 +0000 (09:58 +0700)
committerJohn Naylor <[email protected]>
Wed, 14 Sep 2022 05:37:04 +0000 (12:37 +0700)
commit4c1532763a00c21cbb737bc3855e9a31374b119d
treeb75d8b067de1ef814c2d53ae7e527026924a6633
parentecaf7c5df54f7fa9df2fdc7225d2bb4e283f0081
Bump minimum Perl version to 5.14

The oldest vendor-shipped Perl in the buildfarm is 5.14.2, which is
the last version that Debian Wheezy shipped. That OS is EOL, but we
keep it running because there is no other convenient way to test certain
non-mainstream 32-bit platforms. There is no bugfix in the 5.14.2 release
that is required, and yet it's also not the latest minor release --
that would be 5.14.4. To clarify the situation, we have thus arranged the
buildfarm to test 5.14.0. That allows configure scripts and documentation
to state 5.14 without fine print.

The MSVC build didn't check the version, since our previous minimum 5.8.3
was considered too old to check for on Windows. We will need a check for
Windows sometime during the v16 cycle, but that could be rendered moot
by the impending Meson conversion, so it seems safe to just document
the requirement for now.

Reviewed by Tom Lane
Discussion: https://www.postgresql.org/message-id/20220902181553[email protected]
config/perl.m4
configure
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml
src/pl/plperl/plc_perlboot.pl
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/README
src/tools/msvc/gendef.pl
src/tools/pgindent/pgindent