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

Поиск
Список
Период
Сортировка
От Rudy Lippan
Тема Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Дата
Msg-id Pine.LNX.4.44.0306061433390.25662-100000@elfride.ineffable.net
обсуждение исходный текст
Ответ на Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-interfaces
On Fri, 6 Jun 2003, Bruce Momjian wrote:

> Date: Fri, 6 Jun 2003 01:03:49 -0400 (EDT)
> From: Bruce Momjian <pgman@candle.pha.pa.us>
> To: Tom Lane <tgl@sss.pgh.pa.us>
> Cc: Rudy Lippan <rlippan@remotelinux.com>, David Wheeler <david@wheeler.net>,
>      Dominic Mitchell <dom@semantico.com>, pgsql-interfaces@postgresql.org,
>      'DBI developers' <dbi-dev@perl.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



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: DBD::Pg 1.30_1 WAS (Re: Prepare and prepare ?)
Следующее
От: Jonathan Gardner
Дата:
Сообщение: Re: Some quick notes about extending libpq for new protocol