Anyone get DBD::Pg 2.0 working with Perl 5.10 and a PPM on windows? - Mailing list pgsql-interfaces

From Mike G
Subject Anyone get DBD::Pg 2.0 working with Perl 5.10 and a PPM on windows?
Date
Msg-id 24835.4.79.17.248.1203461309.squirrel@67.167.123.190
Whole thread Raw
List 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 by date:

Previous
From: Gregory Stark
Date:
Subject: Re: installation DBD::Pg
Next
From: Stuart Brooks
Date:
Subject: Getting VACUUM VERBOSE results via libpq