http://5net.com/blog/2006/08/dbic_mysql_utf8.html
はまっておりました。助かった!
sub connection {
my $class = shift;
my $schema = $class->SUPER::connection(@_);
$schema->storage->dbh->do("SET name utf8");
$schema->storage->on_connect_do("SET name utf8");...
}
としてみたですよ。