NOTE: this trial version of the DBI requires compiled drivers to be recompiled.

So if you install it, you'll break all your compiled drivers untill tou
recompile and reinstall them.

I'm not sure yet if the final DBI-1.629 release will have that requirement.
(If it doesn't, and you've installed this trial version, then you'll
need to recompile your drivers again. Sorry for the inconvenience!)

Tim.

On Fri, Oct 11, 2013 at 01:49:04PM +0100, Tim Bunce wrote:
> The PrintWarn attribute used to default to the same value as $^W.
> In other words, if you ran perl with -w then would be on.
> 
> See https://metacpan.org/module/TIMB/DBI-1.627/DBI.pm#PrintWarn
> 
> That was reasonable back in early 2004 when PrintWarn was added to the
> DBI.  I'm planning to change PrintWarn to always default on.
> 
> There's a small risk that this change will cause extra warnings to be
> logged from your application if it's doing something that triggers the
> driver to record warning states (via the set_err method).
> 
> I've uploaded DBI-1.628_50 as a trial release of DBI-1.629 so you can
> test it *with your application code* (not just make test) and report back.
> 
> Please report back whether you have extra warnings logged *OR NOT*
> and don't forget to mention what driver you're using.
> 
> Thanks!
> 
> Tim.
> 
> p.s. DBI-1.628_50 will install as $DBI::VERSION 1.629.
> Changes: 
> https://metacpan.org/changes/release/TIMB/DBI-1.628_50#Changes-in-DBI-1.629

Reply via email to