Using DBIx::Class, I found a solution to my issue, thankfully. But I\'m sure there has to be a nicer way.
my $record = $schema->resultset(\"food\")->creat
What you're looking for is included in DBIx::Class as DBIx::Class::ResultClass::HashRefInflator.