in reply to Suppress the Bug

First attempt. Since DBI.xs calls warn() to print out the complaint, perhaps catching it via $SIG{__WARN__} may help.

Second attempt. Go into DBI.xs (part of the DBI distribution), comment out the warning, and recompile it.

I'd try them in that order. ;-)