Oye, at least when you're coding you don't make silly ommissions... like not doing create_related.

 my ($self, $status_obj, $phase_obj) = @_;
$self->txn_do( sub { $self->create_related('process', { status => $status_obj, phase => $phase_obj }) } );
}


_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to