Re: Style-Patch for DBD::DBM

2010-04-28 Thread H.Merijn Brand
On Wed, 28 Apr 2010 12:49:21 +, Jens Rehsack wrote: > Hi Tim, > > here is the style patch I spoke about in IRC (channel #dbi on irc.perl.org > for everyone who still misses IRC). It should help me applying future > patches sent in via RT for the new DBI version. I think, I need to invest

Re: [svn:dbi] r13920 - dbi/trunk/lib/DBD

2010-04-28 Thread H.Merijn Brand
On Wed, 28 Apr 2010 12:46:41 +, Jens Rehsack wrote: > On 04/27/10 21:13, Tim Bunce wrote: > > On Fri, Apr 23, 2010 at 05:57:29AM -0700, hmbr...@cvs.perl.org wrote: > >> +use Config; > >> + > >> +our $threadid = 0; # holds private thread id of driver > >> > >> +$this->STORE (p_thread

Style-Patch for DBD::DBM

2010-04-28 Thread Jens Rehsack
Hi Tim, here is the style patch I spoke about in IRC (channel #dbi on irc.perl.org for everyone who still misses IRC). It should help me applying future patches sent in via RT for the new DBI version. I think, I need to invest more time into the module now ... Jens Index: lib/DBD/DBM.pm

Re: [svn:dbi] r13920 - dbi/trunk/lib/DBD

2010-04-28 Thread Jens Rehsack
On 04/27/10 21:13, Tim Bunce wrote: On Fri, Apr 23, 2010 at 05:57:29AM -0700, hmbr...@cvs.perl.org wrote: +use Config; + +our $threadid = 0; # holds private thread id of driver +$this->STORE (p_threadid => $threadid); +sub CLONE +{ +$Config{usethreads}&& $INC{"threads.pm"} and