in reply to Re: DBI specification change
in thread DBI specification change

I agree that fetchrow_array in scalar context should throw a warning. Somthing like:
$scalar = $sth->fetchrow_array better written as ($scalar) = $sth->fet +chrow_array