Subject: | croaks when "table_prefix" is undef |
From the documentation: "If you want to just use the namespace as a
literal table name, set this to undef."
But the "table_prefix" attribute cannot be set to undef, due to its Moose
type constraint. Changing it to Maybe[Str] would fix it.