make has-many rels accept a single hashref in populate, if there is just one thing... rfc/populate_single_has_many
authorRobert Buels <rmb32@cornell.edu>
Tue, 10 May 2011 06:44:15 +0000 (23:44 -0700)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 25 Nov 2011 11:05:10 +0000 (12:05 +0100)
commit0091c72a2f008e9342cbcfa47c75305a77351dcc
tree67a1cf15b2167f68c70dd795f5611af549cca617
parent26022fb50438098fbb82345861b29f285016b096
make has-many rels accept a single hashref in populate, if there is just one thing to insert.  makes it a whole lot easier to insert from parsed config-like files
lib/DBIx/Class/Row.pm
t/100populate.t