Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)

From: Rudy Lippan <rlippan(at)remotelinux(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Wheeler <david(at)wheeler(dot)net>, Dominic Mitchell <dom(at)semantico(dot)com>, <pgsql-interfaces(at)postgresql(dot)org>, "'DBI developers'" <dbi-dev(at)perl(dot)org>
Subject: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Date: 2003-06-06 18:44:59
Message-ID: Pine.LNX.4.44.0306061433390.25662-100000@elfride.ineffable.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, 6 Jun 2003, Bruce Momjian wrote:

> Date: Fri, 6 Jun 2003 01:03:49 -0400 (EDT)
> From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
> To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Cc: Rudy Lippan <rlippan(at)remotelinux(dot)com>, David Wheeler <david(at)wheeler(dot)net>,
> Dominic Mitchell <dom(at)semantico(dot)com>, pgsql-interfaces(at)postgresql(dot)org,
> 'DBI developers' <dbi-dev(at)perl(dot)org>
> Subject: Re: DBD::Pg 1.30_1 WAS (Re: [INTERFACES] Prepare and prepare ?)
>
>
> It is back up now --- Marc installed a new kernel.
>
> Also, with our current CVS of DBD:pg, perl 5.005_03 can no longer do
> 'gmake test'. I get:
>
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl5/5.00503/i386-bsdos -I/usr/libdata/perl5/5.00503 -e
> 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/00basic...........Can't locate 5.61 in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl5/5.00503/i386-bsdos /usr/li

Looks like it is set to require perl 5.6.1 now.

I modified Makefile.PL so that it also requires 5.6.1 -- This should cause
the error to be thown much earlier. The DBI version also needs to be
bumped (I have to go back and look to find out what version of DBI was
decided upon).

Rudy

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2003-06-06 19:02:07 Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Previous Message Bruce Momjian 2003-06-06 05:03:49 Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)