Re: Small PATCH: check of 2 Perl modules
Teodor Sigaev <teodor@sigaev.ru>
From: Teodor Sigaev <teodor@sigaev.ru>
To: Peter Eisentraut <peter_e@gmx.net>,
Eugene Kazakov <e.kazakov@postgrespro.ru>, pgsql-hackers@postgresql.org
Date: 2016-02-15T13:57:45Z
Lists: pgsql-hackers
> 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.
--
Teodor Sigaev E-mail: teodor@sigaev.ru
WWW: http://www.sigaev.ru/
Commits
-
Make configure check for IPC::Run when --enable-tap-tests is specified.
- c254970ad609 10.0 landed