Re: $dbh-{CachedKids}

2008-05-09 Thread Tim Bunce
On Fri, May 02, 2008 at 07:03:10PM -0700, David E. Wheeler wrote: On May 2, 2008, at 15:24, Tim Bunce wrote: You've not given me much to go on, but I'd guess it's related to the timing of when perl invokes the DESTROY method (which has changed between perl versions). In which case it may be

Re: $dbh-{CachedKids}

2008-05-09 Thread David E. Wheeler
On May 9, 2008, at 04:42, Tim Bunce wrote: Only now I'm seeing that test fail on 5.6.2. Is it possible that 5.6.2 destroys the handle by the type the do() is called? Seems likely. Yes, I've released a new version where the test checks for $] 5.6.1 instead of 5.8.0. Got removed in

Re: $dbh-{CachedKids}

2008-05-02 Thread David E. Wheeler
On May 2, 2008, at 15:24, Tim Bunce wrote: You've not given me much to go on, but I'd guess it's related to the timing of when perl invokes the DESTROY method (which has changed between perl versions). In which case it may be mostly beyond the control of the DBI. A small self-contained example