in reply to Re: Making DBI with SQLite3 truly read-only
in thread Making DBI with SQLite3 truly read-only

The following should also do the trick if you don't want to import constants you don't use:

use DBD::SQLite::Constants qw( SQLITE_OPEN_READONLY );