On Mon, 14 Sep 2009 14:37:50 +0100, Martin Evans
<martin.ev...@easysoft.com> wrote:

> Tim Bunce wrote:
> > On Mon, Sep 14, 2009 at 02:12:16AM -0700, hmbr...@cvs.perl.org wrote:
> >> Author: hmbrand
> >> New Revision: 13334
> >>
> >> Modified:
> >>    dbi/trunk/Changes
> >>    dbi/trunk/DBI.xs
> >>    dbi/trunk/DBIXS.h
> >>    dbi/trunk/Driver_xst.h
> >>    dbi/trunk/Perl.xs
> >>    dbi/trunk/dbipport.h
> >>
> >> Log:
> >> Updated dbipport.h to Devel::PPPort 3.19
> > 
> > Authors of compiled drivers: please test this by building the curent svn
> > head version, *installing it*, and then doing a fresh build of their
> > drivers against the newly installed DBI.
> > 
> > Please let us know about either failures or successes, including the
> > output of perl -V.
> > 
> > Thanks! (And thanks to H.Merijn Brand for the update.)
> > 
> > Tim.
> 
> Works fine for me with latest DBD::ODBC, Linux and Perl 5.8.8. I will
> try 5.10 later.
> Should driver maintainers be doing something similar with Devel::PPPort?

Preferably yes, because you will be able to support newer versions of
perl with less chance of failure

I myself try to keep Devel::PPPort generated files really up-to-date
for all my XS modules.

If you do have XS modules,

$ perl -MDevel::PPPort -e'Devel::PPPort::WriteFile ("ppport.h")'
$ perl ppport.h --compat-version=5.8.1

-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to