Re: [svn:dbi] r13312 - dbi/trunk

2009-09-14 Thread Tim Bunce
On Sun, Sep 13, 2009 at 12:26:57PM +0200, H.Merijn Brand wrote: > On Sun, 13 Sep 2009 11:12:38 +0100, Tim Bunce > > > - if (!filename || strEQ(filename,"STDERR")) { > > > + if (!filename || strEQ(filename,"STDERR") > > > + || strEQ(filename,"*main::STDERR")) { > > > > Wouldn't it be

Re: [svn:dbi] r13312 - dbi/trunk

2009-09-13 Thread H.Merijn Brand
On Sun, 13 Sep 2009 11:12:38 +0100, Tim Bunce wrote: $ git status also shows me that t/zv* is not tracked. Is that correct in svn too? I'm trying to find the most correct way to deal with the issue below. If you don't want to have me do that, please ring a bell > On Sat, Sep 12, 2009 at 02:39:

Re: [svn:dbi] r13312 - dbi/trunk

2009-09-13 Thread H.Merijn Brand
On Sun, 13 Sep 2009 11:12:38 +0100, Tim Bunce wrote: Is it OK with you if I upgrade DBI to be using the Devel::PPPort-3.19, so we're more compatible with more recent perl's? This is quite a big change if I follow all the advices File needs grok_number, adding static request File needs grok_nume

Re: [svn:dbi] r13312 - dbi/trunk

2009-09-13 Thread H.Merijn Brand
On Sun, 13 Sep 2009 11:12:38 +0100, Tim Bunce wrote: > On Sat, Sep 12, 2009 at 02:39:48AM -0700, hmbr...@cvs.perl.org wrote: > > Author: hmbrand > > Date: Sat Sep 12 02:39:44 2009 > > New Revision: 13312 > > > > Modified: > >dbi/trunk/DBI.xs > > > > Log: > > perl-5.10.x sets filename to "*m

Re: [svn:dbi] r13312 - dbi/trunk

2009-09-13 Thread Tim Bunce
On Sat, Sep 12, 2009 at 02:39:48AM -0700, hmbr...@cvs.perl.org wrote: > Author: hmbrand > Date: Sat Sep 12 02:39:44 2009 > New Revision: 13312 > > Modified: >dbi/trunk/DBI.xs > > Log: > perl-5.10.x sets filename to "*main::STDERR" when using 'DBI->trace (0, > *STDERR);' > > Modified: dbi/tr