Doc: update testing recipe in src/test/perl/README.
authorTom Lane <[email protected]>
Sun, 10 Oct 2021 21:55:36 +0000 (17:55 -0400)
committerTom Lane <[email protected]>
Sun, 10 Oct 2021 21:55:36 +0000 (17:55 -0400)
commit3eb1f4d09745433c70ccac411cad24d0374b9c3b
treeb5dbff5716d26f3cdb8ff4ff712caae422d7c4c8
parent2ae5d72f004f599c351ee31e8da5fb3e40303760
Doc: update testing recipe in src/test/perl/README.

The previous text didn't provide any clear explanation of our policy
around TAP test portability.  The recipe for using perlbrew had some
problems, too: it resulted in a non-shared libperl (preventing
testing of plperl) and it caused some modules to be updated to
current when the point of the recipe is to build an old environment.

Discussion: https://postgr.es/m/[email protected]
src/test/perl/README