The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
+{
    connect_info => +{
	DB_W => +{
	    attrs => +{
		AutoCommit => 0,
		PrintError => 0,
		RaiseError => 1,
		Warn => 0,
	    },
	    dsn => 'dbi:mysql:dbname=user;host=db_w',
	    password => undef,
	    user => 'hoge',
	},
    },
};