altered schema->populate so that it is a very thin wrapper on top of resultset->popul...
authorJohn Napiorkowski <jjn1056@yahoo.com>
Fri, 19 Dec 2008 20:48:35 +0000 (20:48 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Fri, 19 Dec 2008 20:48:35 +0000 (20:48 +0000)
commitc4e67d31ed6f3fb01c07451cdf69c0782bc610a2
tree1a38874ecc91eebe0cb5e55d59dc1c75604f9a41
parent13b9e8285fc913aa88469afa8d28fd3cd33e04cc
altered schema->populate so that it is a very thin wrapper on top of resultset->populate and changed resultset_populate so that is accepted both the arrayref of hashes and the arrayref of arrayref style of args.  Documented this, updated the tests a bit to make sure it is all good.
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Schema.pm
t/101populate_rs.t