Re: Small PATCH: check of 2 Perl modules - Mailing list pgsql-hackers

From Victor Wagner
Subject Re: Small PATCH: check of 2 Perl modules
Date
Msg-id 20160216163643.3e1a54f5@fafnir.local.vm
Whole thread Raw
In response to Re: Small PATCH: check of 2 Perl modules  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Small PATCH: check of 2 Perl modules
List pgsql-hackers
On Mon, 15 Feb 2016 08:34:11 -0500
Peter Eisentraut <peter_e@gmx.net> wrote:

> On 2/12/16 8:20 AM, Eugene Kazakov wrote:
> > TAP-tests need two Perl modules: Test::More and IPC::Run.
> > 
> > The patch adds checking of modules in configure.in and configure.  
> 
> I think those modules are part of a standard Perl installation.

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.

So, it worth few lines of the configure.in to remind user that "Your
perl installation is not standard enough".
-- 




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgbench - allow backslash-continuations in custom scripts
Next
From: Fabien COELHO
Date:
Subject: Re: extend pgbench expressions with functions