Small PATCH: check of 2 Perl modules
Eugene Kazakov <e.kazakov@postgrespro.ru>
From: Eugene Kazakov <e.kazakov@postgrespro.ru>
To: pgsql-hackers@postgresql.org
Date: 2016-02-12T13:20:32Z
Lists: pgsql-hackers
Attachments
- CheckingOfPerlModules.patch (text/x-patch) patch
TAP-tests need two Perl modules: Test::More and IPC::Run. The patch adds checking of modules in configure.in and configure. Eugene Kazakov, Postgres Professional
Commits
-
Make configure check for IPC::Run when --enable-tap-tests is specified.
- c254970ad609 10.0 landed