Re: Document how to set up TAP tests for Perl 5.8.8

From: Noah Misch <noah(at)leadboat(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: Document how to set up TAP tests for Perl 5.8.8
Date: 2016-11-16 07:32:43
Message-ID: 20161116073243.GA2301404@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 16, 2016 at 12:48:03PM +0800, Craig Ringer wrote:
> --- a/src/test/perl/README
> +++ b/src/test/perl/README
> @@ -64,3 +64,20 @@ For available PostgreSQL-specific test methods and some example tests read the
> perldoc for the test modules, e.g.:
>
> perldoc src/test/perl/PostgresNode.pm
> +
> +Required Perl
> +-------------
> +
> +Tests must run on perl 5.8.8 and newer. perlbrew is a good way to obtain

Tests must run on Perl 5.8.0 and newer.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2016-11-16 07:38:44 Re: Push down more UPDATEs/DELETEs in postgres_fdw
Previous Message Okano, Naoki 2016-11-16 07:31:00 Re: Adding the optional clause 'AS' in CREATE TRIGGER