Re: Small PATCH: check of 2 Perl modules
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Eugene Kazakov <e.kazakov@postgrespro.ru>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-02-13T04:47:05Z
Lists: pgsql-hackers
On Fri, Feb 12, 2016 at 8:20 AM, Eugene Kazakov <e.kazakov@postgrespro.ru> wrote: > TAP-tests need two Perl modules: Test::More and IPC::Run. > > The patch adds checking of modules in configure.in and configure. Why would we want that? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Make configure check for IPC::Run when --enable-tap-tests is specified.
- c254970ad609 10.0 landed