I'm trying to use DBIx::Class to store some existing classes in a database. I think I have all my relationships set up correctly, and I ran into an issue with HasMany's add_to_* methods. It is expecting a hashref of values to create the new object, but the way my existing classes are set up it would be much easier to simply pass it an already-created object reference. Is there a way to do this?
<br>