On Thu, May 20, 2021 at 4:43 PM Andrew Dunstan <and...@dunslane.net> wrote: > > On 5/20/21 7:05 AM, Andrew Dunstan wrote: > >> > > Your version of perl is apparently too old for this. Looks like that > > needs to be 5.22 or later: <https://perldoc.perl.org/perl5220delta> > > > > > > However, we could probably rewrite this in a way that would work with > your older perl and at the same time not offend perlcritic, using qx{} > instead of an explicit open. > > > Will test. >
Okay, thanks. BTW, our docs don't seem to reflect that we need a newer version of Perl. See [1] (version 5.8.3 or later is required). [1] - https://www.postgresql.org/docs/devel/install-windows-full.html -- With Regards, Amit Kapila.