Re: Small PATCH: check of 2 Perl modules
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Victor Wagner <vitus@wagner.pp.ru>
Cc: pgsql-hackers@postgresql.org
Date: 2016-02-16T15:23:56Z
Lists: pgsql-hackers
Victor Wagner wrote: > Not everyone have "standard perl installation" nowadays. Most Linux > users, for example, use Perl package from the distrubution, and > distributions love to strip down standard perl installation putting its > parts into separate packages, some of which might be optional. > > For example, in Centos 6 it is part of perl-Test-Simple package. which > might be not included into docker images or simular minimal systems for > container-based deployment. That's a good point ... > So, it worth few lines of the configure.in to remind user that "Your > perl installation is not standard enough". ... but I agree with the point upthread that this should wait to see what happens with the CMake stuff, since this is not a newly introduced problem. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Make configure check for IPC::Run when --enable-tap-tests is specified.
- c254970ad609 10.0 landed