Merge 'trunk' into 'subquery'
authorJason M. Mills <jmmills@cpan.org>
Fri, 20 Feb 2009 04:27:41 +0000 (23:27 -0500)
committerRob Kinyon <rkinyon@cpan.org>
Fri, 20 Feb 2009 03:32:00 +0000 (03:32 +0000)
commit921eb1b77345641dd346223578d7a3e8b71c4999
tree8a7cf19e6c8e2521115362294201eeb41843a393
parent45594863d5edb66d794ba6b8d6fc9c7f7906186e
parente76db9c6078ffe90873ea9641774d448b555fa7e
Merge 'trunk' into 'subquery'

r5540@rkinyon-lt-osx (orig r5539):  jmmills | 2009-02-19 22:27:41 -0500
Modfied isa() check in set_from_related() to use class name returned from relationship_info() rather than class() accessor on object. This fixes an issue when using with Catalyst::Model::DBIC::Schema.