Re: Small PATCH: check of 2 Perl modules

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Eugene Kazakov <e.kazakov@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2016-02-15T13:34:11Z
Lists: pgsql-hackers
On 2/12/16 8:20 AM, Eugene Kazakov wrote:
> TAP-tests need two Perl modules: Test::More and IPC::Run.
> 
> The patch adds checking of modules in configure.in and configure.

I think those modules are part of a standard Perl installation.


Commits

  1. Make configure check for IPC::Run when --enable-tap-tests is specified.