Anyone get DBD::Pg 2.0 working with Perl 5.10 and a PPM on windows?

Поиск
Список
Период
Сортировка
От Mike G
Тема Anyone get DBD::Pg 2.0 working with Perl 5.10 and a PPM on windows?
Дата
Msg-id 24835.4.79.17.248.1203461309.squirrel@67.167.123.190
обсуждение исходный текст
Список pgsql-interfaces
I have a Vista and an XP machine that I have upgraded Perl 5.8x to 5.10x
and DBD::Pg from 1.49 to 2.0.  To upgrade I uninstalled 5.8 and 1.49 on
both machines first, then installed 5.10 and 2.0.  The 2.0 was installed
via the PPMs on http://pgfoundry.org/projects/dbdpgppm/

None of my scripts that use DBD::Pg work anymore as they error out on
compilation saying "Compilation failed in required" which normally means
the module referenced doesn't exist.  In this case they do exist as I can
see them in the usually directories. If I edit a script with an IDE like
Komodo and type "use D" the intellisense will kick in and list DBD::Pg as
an installed module.

On a side note I was looking at Pg.pm and noticed that there is a line
with a duplicate semicolon on the end (not causing any issues though)

our $Version = '2.0.0';;


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: installation DBD::Pg
Следующее
От: Stuart Brooks
Дата:
Сообщение: Getting VACUUM VERBOSE results via libpq