Re: Small PATCH: check of 2 Perl modules
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Teodor Sigaev <teodor@sigaev.ru>,
Eugene Kazakov <e.kazakov@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2016-02-15T16:02:55Z
Lists: pgsql-hackers
On 2/15/16 8:57 AM, Teodor Sigaev wrote: >> On 2/12/16 8:20 AM, Eugene Kazakov wrote: >>> TAP-tests need two Perl modules: Test::More and IPC::Run. >> I think those modules are part of a standard Perl installation. > > IPC::Run is not. At least for perl from ports tree in FreeBSD. Right, that's why we added the configure option. But Test::More is standard.
Commits
-
Make configure check for IPC::Run when --enable-tap-tests is specified.
- c254970ad609 10.0 landed